1
$\begingroup$

Let's consider a sport betting website that offer to refund the first bet to new users (up to $20).

What's the best way to extract the maximum value from it? In a 2 outcomes event, I can easily consider it a "sure bet": if I have 1 outcome refunded in case of losing the bet, I just bet on both possible outcomes.

But how to maximize the profit?

  • 0
    If the sport betting website offers to refund the first bet to new users - the 'sure bet' case will actually be two bets (surely). So, it will only be refunded on one side.2012-04-15

1 Answers 1

1

You need to specify the rules clearly. For example, are you allowed to make one bet (of \20), keep any winnings, have the bet refunded if you lose, and then things go on without any offer? Or do you get to bet, keep the winnings, and have the first loss refunded?

For the first, if the probability of winning is p$ and the payoff is $r$ (both as ratios of your bet), a fair bet would have $pr=1$ and you would expect $r$ to be a bit less than $1/p$ for them to make a profit. The payoff to you with the refund is $(1-p)+pr$. To maximize this, you want $r$ to be large, $p to be small, and them to take a small profit. So bet a long shot that gives reasonable odds. Finding such is left as an exercise, as it is not mathematics.

For the second, you get \20 back whenever you lose first, which you will do sometime, so it is just money in the bank. Just make sure you always bet \$20 until you lose the first time.