From a trading interview at Optiver, I have a probability question that apparently has multiple correct answers. I would like to know if mine is correct.
You are given the opportunity to make money by betting a total of 100 bucks on the outcome of two simultaneous matches:
- Match A is between the Pink team and the Maroon team
- Match B is between the Brown team and the Cyan team
The Pink team's probability of victory is 40%. The Brown team's probability of victory is 70%. The betting odds are
- Pink: 7:4
- Maroon: 2:3
- Brown: 1:4
- Cyan: 3:1
How much money do you bet on each team? You do not have to bet all 100 bucks, but your bets must be whole numbers and the total of all five blanks (bets on the four teams and the unbet amount) must sum to 100. There is no single "correct" answer, but there are many "wrong" answers. As a reminder, a hypothetical team having 2:7 odds means that if you bet 7 on that team and they win, you get your 7 bucks bet back and win an additional 2 bucks.
My solution
Equation of expected payoff
$$ \left(P+ \frac{7}{4}P\right)0.4 + \left(M + \frac{2}{3}M\right)0.6+\left(B+\frac{1}{4}B\right)0.7+(C+3C)0.3 + R(unbet) $$
By looking at this, I concluded that betting on $B$ is not a good strategy so $B = 0$. Now the problem has become to maximize the following
$$ 1.1P + M + 1.2C + R $$
Since $P+M+C+R = 100$, the final problem has reduced to maximizing $0.1 P + 0.2 C$. Is my approach correct?
Some comments:
I think you have the calculations right, and you have discovered the correct fundamental truth (betting on $C$ and $P$ is a good idea, betting on $B$ is not).
Although I'm not a quant finance guy, I suspect that communication is important here. There are subtle details in your work that are implicitly correct, but missing, in your work. For instance, consider this line: "So By looking at this equation I concluded that betting on B is not a good strategy so $B=0$" -- You're right, but you should show that. It's better to do the arithmetic, see that your payoff is less than $B$, and point to that when concluding not to bet on $B$. This is worth perhaps one extra sentence over what you've written and shouldn't take much, but it improves your argument quite a lot. Similarly, in "Since P+M+C+R = 100 , So final problem has reduced to...", I don't think your steps are clear and they could be fleshed out more, even though they seem to be pointing you toward a correct conclusion.
I think you're definitely on the right track, but I think you're not done. Where will you put your dollars, and why?
What strikes me as the most important part of the prompt is this:
You could choose to just chase the maximum expected value (spoiler alert: put down 100 bucks on $C$), but maybe you ought to consider hedging your bets and explaining why that's useful. Or, maybe you do want to go for that highest expected value; in that case, you might just say that and briefly defend that choice. I think the defense of your choice is going to be more important than the allocation of dollars, if I'm reading the subtext correctly.