1. #1
    Ganchrow
    Nolite te bastardes carborundorum.
    Ganchrow's Avatar Become A Pro!
    Join Date: 08-28-05
    Posts: 5,011
    Betpoints: 1088

    An introduction to expectations and theoretical hold

    In this post I talked about implied win percentages. Today I’m going talk about how to use those percentages to determine how this relates to a book’s expected profit on any given bet. This is known as theoretical hold.

    The notion of expectation is central to probability and statistics. Essentially an expectation is just an average with an extra syllable. If you flip a coin 10 times then you expect it will land on heads 5 times and you expect it will land on tails 5 times. In reality of course the coin’s not always going to land on heads exactly 5 times out of 10 (in fact it will only do so about 24.6% of the time), but if you repeat the experiment (flipping a coin ten times) many, many times over then on average it will land on heads 5 times each trial.

    The same thought process is also applicable to sports. If the Yankees can be expected to win a particular game 60% of the time, then this would mean that if the exact same game were repeated under the exact same conditions across many, many parallel universes, we would expect the Yankees to win 60% of those encounters.

    So let’s say you bet $1 straight up that the Yankees are going to win that game. Now that’s quite obviously a good bet. But just how “good” is it? Well that’s where expectations come in. If you made the same bet in each of those parallel universes you’d win $1 60% of the time, and lose $1 40% of the time. Now let’s say that there are actually 1,000,000 of these such universes. Exactly how much money would you make? Well, in 600,000 of those universes you’d make $1 for a total of $600,000 dollars, and in the remaining 400,000 of those universes you’d lose $1 in each game for a total of $400,000 dollars. So you'd receive $600,000 and would pay out $400,000 meaning that your total profit would be $200,000. Winning $200,000 across 1,000,000 means on average you would have won $200,000 / 1,000,000 games = $.20 per game.

    Now of course 1,000,000 is just a made up number in this context. There aren’t really 999,999 other universes where we could make such a bet. This bet can only be made once. But that doesn’t actually matter in the world of statistics. Whether you can make this bet only one time or you can make it multiple times the expectation per game is precisely the same, namely 20%.

    So in general the way you calculate the expected profit (or loss) of a bet is with the following formula:
    Code:
    E(Unit Profit)
    = probability of win * amount won – probability of loss * amount lost1
    Using our example from above of a 60% probability of a win for a straight up bet, E(P) = 60% * 1 unit – 40% * 1 unit = .2 units. Because the player was risking 1 unit, his % expected profit is just 0.2 units / 1 unit risked = 20%. So the formula for Expected % Profit is:
    Code:
    E(P) = probability of win * amount won/amount lost – probability of loss
    You’ll recall that when we talked about implied winning percentages we said that the implied probability of a line set are those probabilities that would equate the player’s expected losses from betting on either side of the event. This expected loss figure is known as theoretical hold (it’s actually the negative of theoretical hold) and has a special significance in sports betting. It corresponds to the profit a book would expect were a player to bet (either side) of an event with all else being equal. So for example in the case of a -110 line set, we known that the implied single line probability is 110/210 ≈ 52.38%, and hence the line set probability is just 52.38%/(52.38% + 52.38%) = 50%. Using the formula from above we see that the expected player loss = 50% * 100 units/110 units – 50% ≈ -4.55%. In other words the theoretical hold of a line set offered at -110/-110 is 4.55%.

    A theoretical hold of 4.55% means that the book’s expectation on a bet placed on either side is 4.55%. Just like in the coin flip example, this doesn’t mean that a book always expects to make 4.55%, just that that’s what the book expects to make on average.2 The methodology given above for calculating theoretical hold above is certainly serviceable: Calculate the individual zero-vig implied probabilities, use those to calculate the line set probabilities, and then finally plug the line set probabilities and the original lines into the expected value formula to come up with an answer. Nevertheless, it's also a little arithmetically involved. But there is actually a slightly easier way.

    Recall that overround is just the sum of the zero-vig probabilities. (So in the case of -110/-110 the overround would just be ≈ 52.38%+52.38% = 104.76%.) Sparing you the algebra the formula for theoretical hold is given by:
    Code:
    Theoretical Hold = 1 – 1 / overround
    .

    So you’ve probably noticed that as lines increase in magnitude nominal spreads (dog line + fave line) also tend to increase. A book that will offer lines at -105/-105 might also offer lines at -210/+190 or -1000/+800. But now we can actually figure out exactly how much we expect to pay in vig for each line set. So:
    Code:
    -105/-105:
    overround = 105/205+105/205 ≈ 102.44%
    theoretical hold ≈ 1 – 1/102.44% ≈ 2.38%
    
    -210/+190:
    overround =  210/310 + 100/290 ≈ 102.22%
    theoretical hold ≈ 1 – 1/102.22% ≈ 2.18%
    
    -1000/+800:
    overround =  1000/1100 + 100/900 ≈ 102.02%
    theoretical hold ≈ 1 – 1 /102.02% ≈ 1.98%
    So this means that the 10c wide spread at -105/-105 is more expensive (by about 9.4%) than the 20c wide spread at -210/+190 which is in turn more expensive (by about 9.9%) than the 200c wide spread at -1000/+800. Hence, contrary to at least quasi-popular opinions, larger nominal spreads don't necessarily imply greater profitability for the book.



    1. It works the exact same way in the case of a multi-way bet with multiple possible winning and/or losing outcomes. Expected profit is just given by p(win type 1) * amount won(outcome 1) + p(win type 2) * amount won(outcome 2) + p(win type i) * amount won(outcome i) + … - p(loss type i+1) * amount lost(outcome i+1) - p(loss type i+2) * amount lost(outcome i+2) - … .
    2. Although a book would expect to make 4.55% in the case of balanced action. Balanced action does NOT necessarily mean an equal amount bet on each side (it would only mean that were both sides of the bet offered at the same line, such as, say, -110/-110 or -105/-105) but rather that the amounts bet on each side are in proportion to the implied line set win percentage. For example, given a line set of -210/+190, balanced action would imply about 66.27% (the implied favorite win percentage) of bet value coming in on the favorite.
    Points Awarded:

    Dave Head gave ganchrow 5 SBR Point(s) for this post.


  2. #2
    natrass
    natrass's Avatar Become A Pro!
    Join Date: 09-14-05
    Posts: 1,242

    WTF???

    Ganchrow ... naked pictures of Christina Ricci will get 1000 posts ... but this is hilarious.

    Can you imagine, say, slash trying to understand this? Its got no pictures for a start so thats 98% of the forum passing by.

    That said, i swear i will read it (Im tired now ... World Cup amnd all that) and get back to you with my impressions as this stuff is important and I should get my head round it.

  3. #3
    Ganchrow
    Nolite te bastardes carborundorum.
    Ganchrow's Avatar Become A Pro!
    Join Date: 08-28-05
    Posts: 5,011
    Betpoints: 1088

    Quote Originally Posted by natrass
    Ganchrow ... naked pictures of Christina Ricci will get 1000 posts ... but this is hilarious.
    Wish I could help out with that one but unfortuantely she didn't let me bring my camera.

  4. #4
    ourbet
    ourbet's Avatar Become A Pro!
    Join Date: 12-23-05
    Posts: 464

    I'm just hoping that in one of the parallel universes you mention I'm a helluver lot smarter there and can understand all the math!

  5. #5
    Ganchrow
    Nolite te bastardes carborundorum.
    Ganchrow's Avatar Become A Pro!
    Join Date: 08-28-05
    Posts: 5,011
    Betpoints: 1088

    If it's not undestandable then it's the fault of the author. Mea culpa.

    If you have any questions feel free to ask away.

  6. #6
    ourbet
    ourbet's Avatar Become A Pro!
    Join Date: 12-23-05
    Posts: 464

    Quote Originally Posted by ganchrow
    If it's not undestandable then it's the fault of the author. Mea culpa.

    If you have any questions feel free to ask away.
    No it's not, I just didn't get the proper edumaction and probably bunked-off (played hooky) one too many times me thinks!

  7. #7
    pags11
    pags11's Avatar Become A Pro!
    Join Date: 08-18-05
    Posts: 12,264

    it's amazing how that brain of yours works, Ganchrow...

  8. #8
    slash
    slash's Avatar Become A Pro!
    Join Date: 08-10-05
    Posts: 1,000
    Betpoints: 11532

    Quote Originally Posted by natrass
    WTF???
    Can you imagine, say, slash trying to understand this? Its got no pictures for a start so thats 98% of the forum passing by.
    Great post natass - without boasting of my own intelligence, I would say that I am in top 1% on this forum and top 5% in general.

    I would imagine that the opposite would be a fair guess of your abilities.

  9. #9
    isetcap
    isetcap's Avatar Become A Pro!
    Join Date: 12-16-05
    Posts: 4,006

    Can you show us some pictures?

  10. #10
    natrass
    natrass's Avatar Become A Pro!
    Join Date: 09-14-05
    Posts: 1,242

    Quote Originally Posted by slash
    Great post natass - without boasting of my own intelligence, I would say that I am in top 1% on this forum and top 5% in general.

    I would imagine that the opposite would be a fair guess of your abilities.
    Fair enough.

    No, but wait .... how can you know what the average intelligence of the people on this forum is?

    You can't. So, to make such a comparitive claim is, well, unintelligent surely?

  11. #11
    durito
    escarabajo negro
    durito's Avatar Become A Pro!
    Join Date: 07-03-06
    Posts: 13,173
    Betpoints: 438

    Bump

  12. #12
    durito
    escarabajo negro
    durito's Avatar Become A Pro!
    Join Date: 07-03-06
    Posts: 13,173
    Betpoints: 438

    Read this please.

  13. #13
    reno cool
    the meaning of harm
    reno cool's Avatar Become A Pro!
    Join Date: 07-02-08
    Posts: 3,567

    In a parallel universe could you have different results due to probability?

  14. #14
    Dark Horse
    Deus Ex Machina
    Dark Horse's Avatar Become A Pro!
    Join Date: 12-14-05
    Posts: 13,764

    I miss Ganch.


    Some say he ended up broke, living on some beach.

  15. #15
    Thremp
    Thremp's Avatar Become A Pro!
    Join Date: 07-23-07
    Posts: 2,067

    Quote Originally Posted by Dark Horse View Post
    I miss Ganch. Some say he ended up broke, living on some beach.
    I wouldn't mind being this sort of broke.

    Regardless, I miss him as well. He was always extremely (perhaps excessively?) helpful to a variety of asinine questions. Not to mention his math was uber studly.

  16. #16
    Fishhead
    Fishhead's Avatar SBR PRO
    Join Date: 08-11-05
    Posts: 40,178
    Betpoints: 11769

    1. Although a book would expect to make 4.55% in the case of balanced action. Balanced action does NOT necessarily mean an equal amount bet on each side (it would only mean that were both sides of the bet offered at the same line, such as, say, -110/-110 or -105/-105) but rather that the amounts bet on each side are in proportion to the implied line set win percentage. For example, given a line set of -210/+190, balanced action would imply about 66.27% (the implied favorite win percentage) of bet value coming in on the favorite.

    THIS IS PRECISELY WHY ONE NEEDS TO ALWAYS BE AWARE OF THE LINE IF THEY ARE AT THE VARIOUS SITES THAT PROVIDE THE PERCENTAGES BET ON A PARTIULAR TEAM.

  17. #17
    suicidekings
    Update your status
    suicidekings's Avatar Become A Pro!
    Join Date: 03-23-09
    Posts: 9,962

    bump

  18. #18
    UntilTheNDofTimE
    I thought i told you that we dont stop
    UntilTheNDofTimE's Avatar Become A Pro!
    Join Date: 05-29-08
    Posts: 9,283
    Betpoints: 151

    Great thread

  19. #19
    Aurelius
    Aurelius's Avatar Become A Pro!
    Join Date: 09-02-09
    Posts: 190

    Quote Originally Posted by Fishhead View Post
    1. Although a book would expect to make 4.55% in the case of balanced action. Balanced action does NOT necessarily mean an equal amount bet on each side (it would only mean that were both sides of the bet offered at the same line, such as, say, -110/-110 or -105/-105) but rather that the amounts bet on each side are in proportion to the implied line set win percentage. For example, given a line set of -210/+190, balanced action would imply about 66.27% (the implied favorite win percentage) of bet value coming in on the favorite.
    THIS IS PRECISELY WHY ONE NEEDS TO ALWAYS BE AWARE OF THE LINE IF THEY ARE AT THE VARIOUS SITES THAT PROVIDE THE PERCENTAGES BET ON A PARTIULAR TEAM.
    I've been trying to understand what benefit the books gain by sharing their market % info with places like Sports insights, this nails it. ty

  20. #20
    DeluxeLiner
    DeluxeLiner's Avatar Become A Pro!
    Join Date: 01-29-08
    Posts: 4,132
    Betpoints: 2280

    Quote Originally Posted by Aurelius View Post

    I've been trying to understand what benefit the books gain by sharing their market % info with places like Sports insights, this nails it. ty
    It is beneficial if used correctly.

  21. #21
    pats3peat
    LETS GO PATS
    pats3peat's Avatar Become A Pro!
    Join Date: 10-23-05
    Posts: 1,163

    darn i thought ganchrow was back

  22. #22
    smithlanger1
    smithlanger1's Avatar Become A Pro!
    Join Date: 05-31-10
    Posts: 1

    sounds good to me

  23. #23
    Wrecktangle
    Wrecktangle's Avatar Become A Pro!
    Join Date: 03-01-09
    Posts: 1,524
    Betpoints: 3209

    Wow, I really miss these posts. Does anyone know where Ganch went?

  24. #24
    Al Masters
    Al Masters's Avatar Become A Pro!
    Join Date: 04-29-06
    Posts: 6,936
    Betpoints: 11516

    Quote Originally Posted by Wrecktangle View Post
    Wow, I really miss these posts. Does anyone know where Ganch went?

    I dont know,but you do look alot like swinging johnson.

  25. #25
    Sam Odom
    Sam Odom's Avatar Become A Pro!
    Join Date: 10-30-05
    Posts: 58,063
    Betpoints: 37

    What does this have to do with picking winners ?

  26. #26
    Hybris
    Hybris's Avatar Become A Pro!
    Join Date: 07-22-09
    Posts: 1,023
    Betpoints: 1471

    Quote Originally Posted by Sam Odom View Post
    What does this have to do with picking winners ?
    Did you even read it?

  27. #27
    durito
    escarabajo negro
    durito's Avatar Become A Pro!
    Join Date: 07-03-06
    Posts: 13,173
    Betpoints: 438

    Quote Originally Posted by Wrecktangle View Post
    Wow, I really miss these posts. Does anyone know where Ganch went?
    He posted the other day around 4am.

  28. #28
    Wrecktangle
    Wrecktangle's Avatar Become A Pro!
    Join Date: 03-01-09
    Posts: 1,524
    Betpoints: 3209

    Quote Originally Posted by durito View Post
    He posted the other day around 4am.
    Where, here at SBR somewhere?

  29. #29
    subs
    subs's Avatar Become A Pro!
    Join Date: 04-30-10
    Posts: 1,412
    Betpoints: 969


  30. #30
    8ArIvd5
    8ArIvd5's Avatar Become A Pro!
    Join Date: 04-24-10
    Posts: 3,175
    Betpoints: 1044

    Tag

  31. #31
    keemosabi
    keemosabi's Avatar Become A Pro!
    Join Date: 12-11-10
    Posts: 199
    Betpoints: 2268

    Quote Originally Posted by Ganchrow View Post
    Now of course 1,000,000 is just a made up number in this context. There aren’t really 999,999 other universes where we could make such a bet. This bet can only be made once. But that doesn’t actually matter in the world of statistics. Whether you can make this bet only one time or you can make it multiple times the expectation per game is precisely the same, namely 20%.

    So in general the way you calculate the expected profit (or loss) of a bet is with the following formula:
    Code:
    E(Unit Profit)
    = probability of win * amount won – probability of loss * amount lost<sup>1</sup>
    Using our example from above of a 60% probability of a win for a straight up bet, E(P) = 60% * 1 unit – 40% * 1 unit = .2 units. Because the player was risking 1 unit, his % expected profit is just 0.2 units / 1 unit risked = 20%. So the formula for Expected % Profit is:
    Code:
    E(P) = probability of win * amount won/amount lost – probability of loss
    Can someone please explain to me how he got from the first equation to the second?

  32. #32
    thehoorse
    thehoorse's Avatar Become A Pro!
    Join Date: 02-18-13
    Posts: 105

    Quote Originally Posted by keemosabi View Post
    Can someone please explain to me how he got from the first equation to the second?
    I'm not exceptional at math, but the first equation is how much you can expect to gain/lose per bet (on average) in terms of units (or dollar amount). Hence: "E(Unit Profit)"

    The second equation is how much you can expect to gain/lose per bet in terms of percentage. Hence: "E(P)"

    Basically they are the same thing just different ways to illustrate it = expected units vs. expected percentage.

  33. #33
    keemosabi
    keemosabi's Avatar Become A Pro!
    Join Date: 12-11-10
    Posts: 199
    Betpoints: 2268

    Quote Originally Posted by thehoorse View Post
    I'm not exceptional at math, but the first equation is how much you can expect to gain/lose per bet (on average) in terms of units (or dollar amount). Hence: "E(Unit Profit)"

    The second equation is how much you can expect to gain/lose per bet in terms of percentage. Hence: "E(P)"

    Basically they are the same thing just different ways to illustrate it = expected units vs. expected percentage.
    No I understood the different purpose of each equation, I was just wondering where the second one comes from.

    I think if you take the first equation, divide that whole thing by the units wagered, you should get the percentage. I just can't find any way to rearrange the first equation into the second.

  34. #34
    JR007
    JR007's Avatar Become A Pro!
    Join Date: 02-21-10
    Posts: 5,279

    dude has a mensa mind

  35. #35
    TheCentaur
    TheCentaur's Avatar Become A Pro!
    Join Date: 06-28-11
    Posts: 8,108
    Betpoints: 68

    Not trying to be obtuse but this is not complicated and should be intuitive to any semi serious gambler

12 Last
Top