Reason #3 why the Wizard likes Bovada:

Excellent Odds

In my opinion many online casinos are too stingy when setting the odds on their games. They think they will make more money that way but I believe they are misguided, because when players lose too quickly it’s not fun, and those players might not come back.

Bovada is one of the few casinos that understands this. They offer generous odds to let you play longer and get you a better chance of winning. Among their generous offerings are Full-Pay Jacks or Better returning 99.54%, six other video poker games paying over 99%, single-zero roulette, and my favorite, Pick ’em Poker, returning 99.95%!

Kudos to Bovada for not being afraid to give their players a good gamble.

More about Bovada

Visit Bovada

Ask the Wizard #15

Edition Date: Jun 18, 2000

I like your site very much. It is very informative. Thanks for putting out your thoughts. I noticed a betting strategy for craps suggested at Crappers Delight called "classic regression". In it he suggests, placing a 6 and 8, after a point is established. Then taking it down after one of them is hit. He said there are 10 combined ways to make the 6 and 8, but only 6 combined ways to make the 7. It sounds logical, but I’ve seen where you are able to show, that what appears logical on the surface is not so bright once it is analyzed. What are your thoughts on this strategy and what would the true odds be, if you did take the bets down after one hit?
— Michael

This is similar to a question I got last week. Yes, it is true that there are 10 ways to roll a 6 or 8 and 6 ways to roll a 7. However one must not look at the probabilities alone but weight them against the payoffs. The place bet on the 6 and 8 pays 7 to 6 odds when fair odds would pay 6 to 5. By making 6 unit place bets on the 6 and 8 and taking the other down if one wins the probability of winning 7 units is 62.5% and the probability of losing 12 units is 37.5%. If the player must cover both the 6 and 8 then the place bet is the way to go. This rate of return isn’t bad but could be better. For the player who puts a priority on minimizing the overall house edge, the best strategy is to make combinations of pass, don’t pass, come, and don’t come bets, and always take the maximum allowable odds.

 

How can I determine the odds of flat betting ( no counting, no progressions , etc ) of being ahead in a negative game such as BJACK w/o counting with a .5% disadvantage after 45000 or so hands? Is it even possible?
— Kevin

This is a typical question one might encounter in an introductory statistics class. Because the sum of a large number of random variables always will approach a bell curve we can use the central limit theorem to get at the answer. From my section on the house edge we find the standard deviation in blackjack to be 1.17. You won’t understand this if you haven’t studied statistics but the probability of being at a loss in your example will be the Z statistic of 45000*0.005/(450001/2*1.17) =~ 0.91. Any basic statistics book should have a standard normal table which will give the Z statistic of 0.8186. So the probability of being ahead in your example is about 18%.

 

I was curious - I’m sure I can’t get better than house odds - but wanted to test a modest gambling approach - the quit while you’re ahead scenario. Say I start with an even $1000. What percentage of time will I leave with $1200 rather than leave with $0 assuming I have to leave once I hit one or the other. Up 20% rather than be down 100% betting on the player in baccarat.
— Brian from Denver, Colorado

One key piece of information you left out is how much you are betting. I’ll assume you are flat betting $1 at a time. The probability that the player will win, given that there isn’t a tie is 49.3212%. Let ai denote the probability if the player has $i he will reach $1200 before losing everything. Let p the probability of winning any given bet = 49.3212%.

a0 = 0

a1 = p*a2
a2 = p*a3 + (1-p)*a1
a3 = p*a4 + (1-p)*a2

.

a1197 = p*a1198 + (1-p)*a1196
a1198 = p*a1199 + (1-p)*a1197
a1199 = p*a1200 + (1-p)*a1198
a1200 = 1


Divide the left side into two parts:

p*a1 + (1-p)*a1 = p*a2
p*a2 + (1-p)*a2 = p*a3 + (1-p)*a1
p*a3 + (1-p)*a3 = p*a4 + (1-p)*a2
.
.
.
p*a1197 + (1-p)*a1197 = p*a1198 + (1-p)*a1196
p*a1198 + (1-p)*a1198 = p*a1199 + (1-p)*a1197
p*a1199 + (1-p)*a1199 = p*a1200 + (1-p)*a1198


Rearange with (1-p) terms on the left side and p terms on the right:

(1-p)*(a1) = p*(a2 - a1)
(1-p)*(a2 - a1) = p*(a3 - a2)
(1-p)*(a3 - a2) = p*(a4 - a3)
.
.
.
(1-p)*(a1197 - a1196) = p*(a1198 - a1197)
(1-p)*(a1198 - a1197) = p*(a1199 - a1198)


Next multiply both sides by 1/p:

(1-p)/p*(a1) = (a2 - a1)
(1-p)/p*(a2 - a1) = (a3 - a2)
(1-p)/p*(a3 - a2) = (a4 - a3)
.
.
.
(1-p)/p*(a1197 - a1196) = (a1198 - a1197)
(1-p)/p*(a1198 - a1197) = (a1199 - a1198)


Next telescope sums:

(a2 - a1) = (1-p)/p*(a1)
(a3 - a2) = ((1-p)/p)2*(a1)
(a4 - a3) = ((1-p)/p)3*(a1)
.
.
.
(a1199 - a1198) = ((1-p)/p)1198*(a1)
(a1200 - a1199) = ((1-p)/p)1199*(a1)


Next add the above equations:

(a1200 - a1) = a1 * (((1-p)/p) + ((1-p)/p)2 + ((1-p)/p)3 + ... + ((1-p)/p)1199)

1 = a1 * (1 + ((1-p)/p) + ((1-p)/p)2 + ((1-p)/p)3 + ... + ((1-p)/p)1199)

a1 = 1 / (1 + ((1-p)/p) + ((1-p)/p)2 + ((1-p)/p)3 + ... + ((1-p)/p)1199)

a1 = ((1-p)/p - 1) / (((1-p)/p)1200 - 1)


Now that we know a1 we can find a1000:

(a2 - a1) = (1-p)/p*(a1)
(a3 - a2) = ((1-p)/p)2*(a1)
(a4 - a3) = ((1-p)/p)3*(a1)
.
.
.
(a999 - a18) = ((1-p)/p)9998*(a1)
(a1000 - a19) = ((1-p)/p)9999*(a1)


Add the above equations together:

(a1000 - a1) = a1 * (((1-p)/p) + ((1-p)/p)2 + ((1-p)/p)3 + ... + ((1-p)/p)999)
a1000 = a1 * (((1-p)/p)1000 - 1)) / ((1-p)/p - 1))
a1000 = [ ((1-p)/p - 1) / (((1-p)/p)1200 - 1) ] * [ (((1-p)/p)1000 - 1) / ((1-p)/p - 1) ]
a1000 = (((1-p)/p)1000 - 1) / (((1-p)/p)1200 - 1) =~ 0.004378132.

This may seem incredible but if given enough time the odds are likely to catch up to the player in any game of luck and the bankroll will keep going down gradually. However if you were to bet larger amounts your odds would be much better. The following are the odds of winning 20% before losing 100% at various units of bet size.

$5: 0.336507
$10: 0.564184
$25: 0.731927
$50: 0.785049
$100: 0.809914

 

Why are basic strategy blackjack charts setup with the apparent theory that the dealer has a "10" card in the hole. When in reality I believe that the odds are 9-4 against a "10" card being anywhere. Am I missing something? Your website is very interesting. Thanks a lot.
— Eddie from New Orleans, Louisiana

Assuming that the dealer has a 10 in the hole is just a memory device, it has nothing to do with the way the basic strategy was constructed. I can’t stand in when I hear one player telling another, "you always assume the dealer has a ten in the hole." If this were true the player should hit a 19 against a 10, certainly that is an unreasonable play. Just forget that old adage about the ten in the hole.