You and your friend are playing a game. You both start with a score of $0$. Also, you both start with $\$1$. At each step, you're allowed to bet a fraction of your $\$1$, and whoever bets more money wins that "round". However, whoever wins the round (bets more money) loses whatever they bet, and whoever loses that round (bets less money) keeps whatever they bet. If you win, your score increases by $1$; if you lose, your score decreases by $1$. The game terminates when a player gets a score of $-3$ (they lose) or $+3$ (they win). If you bet the same amount of money as your opponent, then your opponent wins.
What's the optimal amount of money you should bet in the first round?
I was asked this question for a quantitative research position, but I couldn't solve the problem. They seemed to suggest that the answer was irrational, but I still can't figure it out. Does anyone have any ideas?
Some extreme strategy like betting everything in one round isn't feasible since you lose the money if you win.
I would argue that the optimal initial betting is $\frac{2 - \sqrt{2}}{2} \sim 0.29$.
To do so, we need a few arguments:
a) Let your opponent win the first round, and then win the second (in which case, now, the money in game is $(1 - (x + \epsilon/2), 1 - (x + \epsilon /4))$, so your opponent gained a net advantage. You are doomed to lose if you repeat this strategy.
b) Your opponent lets you win both rounds, so you are now at $+2$ with $(1 - (x + y), 1)$
c) You let your opponent win both rounds, so your opponent is now at $+2$ with $(1, 1-(2x + 3 \epsilon / 4))$.
Since you want to make sure you are doing as well as your opponent, you need to pick $y$ arbitrarily close to $x$.
Once you reach $+2$ with $(1 - 2x, 1)$, your opponent has to counter this by paying $(1 - 2x)$, so now, we are back at $+1$ with $(1 - 2x, 2x)$.
Note that the game is scale invariant, and if you ended up strictly better up to scaling, your opponent could have copied you, and if you ended up strictly worse, then you will just have to repeat the same game, and will eventually lose, so we assume that the proportions of money is equal i.e. $(1 - x, 1) \propto (1 -2x, 2x)$ so we let $1 - x = \frac{1 - 2x}{2x}$ and solve the quadratic for an $x$ value less than 1, which gives us the answer mentioned before.