(While I do realize that the vast majority of readers of don’t care much about all this, I figured I’d post my thoughts here anyway for the handful of those who might happen to be interested.)
In another thread I mentioned that the expected profit from running through the rollover on a deposit + bonus will be higher the greater the bet size. This is due to the fact that that as bet size increases relative to deposit size the more likely it becomes that the player will lose his entire deposit before completing the rollover.
Because an unadvantaged bettor expects to lose money on every bet he makes, the chance that he might not have to bet through the full rollover increases his expected profit. Hence, the standard formula for expected profit given theoretical hold and bonus + rollover:
will be too low when there’s a realistic chance of going bankrupt before completing the rollover.
I got to thinking about this and tried to come up with a formula for expected profit (or loss) given a -110 line set and a bonus + rollover under the condition that the player makes the largest bet he can given his current stake (we’re assuming that book imposed wagering limits are never a binding constraint) without betting any more than is required by the rollover.
I found that there’s a rather substantial difference between expected P&L’s when betting the max and when betting the min. Although there’s no closed form solution to the problem for an arbitrary rollover, I did work out the formulas for expected P&L for rollovers from 2x to 52x (the formulas do follow a certain pattern). Clearly for a rollover of 1x or less there’s no difference between the two.
Here are a few of the formulas:
A few examples of the dramatic difference between expected profits with small and large bet sizes:
10%/3x:
Small bets E(profit): -5.000%
Large bets E(profit): 0.114%
15%/3x
Small bets E(profit): -0.682%
Large bets E(profit): 4.664%
25%/5x:
Small bets E(profit): -3.409%
Large bets E(profit): 10.925%
30%/6x
Small bets E(profit): -5.455%
Large bets E(profit): 13.884%
50%/15x
Small bets E(profit): -52.273%
Large bets E(profit): 23.897%
In another thread I mentioned that the expected profit from running through the rollover on a deposit + bonus will be higher the greater the bet size. This is due to the fact that that as bet size increases relative to deposit size the more likely it becomes that the player will lose his entire deposit before completing the rollover.
Because an unadvantaged bettor expects to lose money on every bet he makes, the chance that he might not have to bet through the full rollover increases his expected profit. Hence, the standard formula for expected profit given theoretical hold and bonus + rollover:
Code:
= bonus - (1+bonus) * rollover * theoretical_hold
I got to thinking about this and tried to come up with a formula for expected profit (or loss) given a -110 line set and a bonus + rollover under the condition that the player makes the largest bet he can given his current stake (we’re assuming that book imposed wagering limits are never a binding constraint) without betting any more than is required by the rollover.
I found that there’s a rather substantial difference between expected P&L’s when betting the max and when betting the min. Although there’s no closed form solution to the problem for an arbitrary rollover, I did work out the formulas for expected P&L for rollovers from 2x to 52x (the formulas do follow a certain pattern). Clearly for a rollover of 1x or less there’s no difference between the two.
Here are a few of the formulas:
Code:
Rollover E(Profit) _______________________________ 41 * bonus - 3 2x --------------- 44 881 * bonus - 87 3x ---------------- 968 870 * bonus - 98 4x ---------------- 968 859 * bonus - 109 5x ---------------- 968 18,105 * bonus - 3,191 10x ---------------------- 21,296 380,326 * bonus - 88,186 20x ------------------------ 468,512 7,828,457 * bonus - 2,478,807 50x ----------------------------- 10,307,264
10%/3x:
Small bets E(profit): -5.000%
Large bets E(profit): 0.114%
15%/3x
Small bets E(profit): -0.682%
Large bets E(profit): 4.664%
25%/5x:
Small bets E(profit): -3.409%
Large bets E(profit): 10.925%
30%/6x
Small bets E(profit): -5.455%
Large bets E(profit): 13.884%
50%/15x
Small bets E(profit): -52.273%
Large bets E(profit): 23.897%