The optimal way of dividing the bet three ways

  • Thread starter Thread starter Hill
  • Start date Start date
Hill
Messages
838
Reaction score
646
Homework Statement
In the Olympic finals, only three teams are represented; USA, England, and China. Svetlana believes the USA will win and offers even odds of 1:1. Roberto is supporting England and is offering 2:1 odds. (So, if England wins, Roberto keeps his money. If one of the other teams wins, Roberto pays $2 for each dollar bet.) Finally, Jeff supports China as given by his 5:4 odds. Determine the optimal way of dividing $100 to bet that ensures the largest winning.
Relevant Equations
earnings=gain-loss
If I bet ##s## with Svetlana, ##r## with Roberto, and ##j## with Jeff, my earnings would be,

if USA wins, ##-s+2r+ \frac 5 4 j##,

if England wins, ##s-r+\frac 5 4 j##,

if China wins, ## s+2r-j##,

where ##s+r+j=$100##.

I think that "the optimal way ... that ensures the largest winning" is to make the earning independent of the result of the final. Then, I get three equations with three unknowns,

##-s+2r+ \frac 5 4 j=s-r+\frac 5 4 j##
##-s+2r+ \frac 5 4 j=s+2r-j##
##s+r+j=$100##.

The solution is to bet $17.65 with Svetlana, $35.29 with Roberto, and $47.06 with Jeff.
 
Physics news on Phys.org
You can calculate a general solution based on any number of different odds.

England is not an Olympic nation. It's Great Britain.
 
  • Like
Likes   Reactions: Hill
Hill said:
Determine the optimal way of dividing $100 to bet that ensures the largest winning.
Hill said:
"the optimal way ... that ensures the largest winning" is to make the earning independent of the result of the final.
IMO, if this is really the intent of the question, a better way of phrasing it would be "with the largest guaranteed win". That would be a "min-max" problem, where you are maximizing the minimum possible winnings. Otherwise, I would interpret problems like this to be talking about maximizing expected winnings.
 
  • Like
Likes   Reactions: Hill
FactChecker said:
IMO, if this is really the intent of the question, a better way of phrasing it would be "with the largest guaranteed win". That would be a "min-max" problem, where you are maximizing the minimum possible winnings. Otherwise, I would interpret problems like this to be talking about maximizing expected winnings.
I assume that the intent of the question is rather former than latter, because the text starts discussing the expectation values a bit later.
 
  • Like
Likes   Reactions: FactChecker
Suppose there are ##n## mutually exclusive possibilities and that (precisely) one must happen. You are offered odds of ##a_k:b_k## for each (##k = 1 \dots n##). The return on a bet of one unit, if event ##k## happens, is:
$$r_k = 1 + \frac{a_k}{b_k} = \frac{a_k+b_k}{b_k}$$You can achieve a guaranteed return (net win or loss) by betting on each event with a proportion ##x_k##, where (for all ##k, l##):
$$x_kr_k = x_lr_l$$Hence:$$x_l = \frac{r_k}{r_l}x_k$$Now, for all ##k##:
$$1 = \sum_{l=1}^{n}x_l = \sum_{l=1}^{n}\frac{r_k}{r_l}x_k = \bigg (\sum_{l=1}^{n}\frac{1}{r_l}\bigg )r_kx_k$$Hence:$$x_k = \frac{1}{r_k(\sum_{l=1}^{n}\frac{1}{r_l})} = \frac{\frac{b_k}{a_k+b_k}}{\sum_{l=1}^{n}\frac{b_l}{a_l+b_l}}$$Note that we can interpret ##p_k = \frac{b_k}{a_k+b_k}## as an estimated likelihood for event ##k##. These are not probabilities, simply estimates that may have no relation to how likely the event is. The people offering the odds may be completely wrong. In any case, we have:
$$x_k = \frac{p_k}{\sum_{l=1}^{n}p_l}$$In a different context, where these are probabilities, you can guarantee getting precisely your money back by betting ##x_k = p_k##.

Finally, the amount you end up with is:
$$r = x_kr_k = \frac{1}{\sum_{l=1}^{n}p_l}$$This is greater than 1 (net win) iff the sum of all the estimated likelihoods is less than 1. And. it's a net loss if the sum of all the estimated likelihoods is greater than 1.

If you check the odds for any competition with any specific bookmaker, the estimated likelihoods will, indeed, sum to greater than 1. If not, then you can beat the bookie, as it were. Or, you can go round different bookmakers looking for a total estimate for all possibilities of less than 1.
 
  • Like
Likes   Reactions: Hill
PeroK said:
These are not probabilities, simply estimates that may have no relation to how likely the event is.
The text calls these, "implied probabilities."
 
  • Like
Likes   Reactions: PeroK
FactChecker said:
I would interpret problems like this to be talking about maximizing expected winnings.
To calculate expected winnings (without ensuring the same payoff in all eventualities) you would need some basis for the actual probabilities of who wins.
 
  • Agree
  • Like
Likes   Reactions: FactChecker and PeroK
haruspex said:
To calculate expected winnings (without ensuring the same payoff in all eventualities) you would need some basis for the actual probabilities of who wins.
Good point, and I expected that in the problem statement, but it's not there.
That being said, I agree with the OP interpretation of the problem although I think the wording of the problem statement could be improved, as I said in my post,
 
PeroK said:
England is not an Olympic nation. It's Great Britain.

Great Britain is the island (well, large island plus some much smaller islands) including England, Scotland, and Wales. That is, it is the geographic region.

The sovereign nation is The United Kingdom. Or, more completely, The United Kingdom of Great Britain and Northern Ireland. And often referred to as the UK.
 
  • #10
Hill said:
##-s+2r+ \frac 5 4 j=s-r+\frac 5 4 j##
##-s+2r+ \frac 5 4 j=s+2r-j##
##s+r+j=$100##.

The solution is to bet $17.65 with Svetlana, $35.29 with Roberto, and $47.06 with Jeff.

Probably you are better off to use the fractions until the very end. Solving your first equation gives this.

## r = \frac{2}{3} s = \frac{6}{9} s ##

Your second gives this.

## j = \frac{8}{9} s ##

Putting that in your third is this.

##s+\frac{6}{9} s+\frac{8}{9} s= \frac{23}{9} s = $100##.

And so that gives the following.

## s = \frac{9}{23} \times $100 , j = \frac{8}{23} \times $100 , r = \frac{6}{23} \times $100 ##

This is a form that easily lets you see that the sum works since 9 plus 8 plus 6 is 23.

You will note I don't get the same order you do. Note that Jeff is in the middle of the odds so must be in the middle of the bet. The odd thing is that Svetlana, offering the lowest odds, should get the biggest bet. But note that we are trying to get the same result regardless of who wins.

Also, the numerical values are not the same. I suspect you did something wrong in your solution. (Or I did. I did not have much coffee today.)
 
Last edited:
  • #11
DEvens said:
Probably you are better off to use the fractions until the very end. Solving your first equation gives this.

## r = \frac{2}{3} s = \frac{6}{9} s ##

Your second gives this.

## j = \frac{8}{9} s ##

Putting that in your third is this.

##s+\frac{6}{9} s+\frac{8}{9} s= \frac{23}{9} s = $100##.

And so that gives the following.

## s = \frac{9}{23} \times $100 , j = \frac{8}{23} \times $100 , r = \frac{6}{23} \times $100 ##

This is a form that easily lets you see that the sum works since 9 plus 8 plus 6 is 23.

You will note I don't get the same order you do. Note that Jeff is in the middle of the odds so must be in the middle of the bet. The odd thing is that Svetlana, offering the lowest odds, should get the biggest bet. But note that we are trying to get the same result regardless of who wins.

Also, the numerical values are not the same. I suspect you did something wrong in your solution. (Or I did. I did not have much coffee today.)
You are correct. I made a mistake.
Here is my calculation corrected:

From the first equation I get

##-s+2r=s-r, r=\frac 2 3 s##.

From the second,

##-s+\frac 5 4 j=s-j, j=\frac 8 9 s##.

Then the third is

##s+\frac 2 3 s +\frac 8 9 s=$100##,

which is the same as yours.

I thought that what I did from the beginning but got somehow a wrong answer.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
0
Views
1K
  • · Replies 38 ·
2
Replies
38
Views
10K
  • · Replies 100 ·
4
Replies
100
Views
13K
  • · Replies 52 ·
2
Replies
52
Views
13K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
11K