If I have a game where everyone contributes money, but only $n$ ($11$ in this case) people can win. How do I share the winnings such that the prize amounts do not diverge significantly as the amount contributed increases?
If I have winnings a, b , c ... ( a + 10)
I want a/b at \$1000 to be greater than a/b at say $\1 million
Also, if they contribute differing amounts, how do I award them as a function of the contributed amount. So that it depends on their position and amount contributed.