Quote:
Originally Posted by MrLuckyPants
My excel skills arent the greatest, but I'm trying to figure out a way, some sort of excel model where I can input a money line, and get odds for a 10-way winning margin market for Ice hockey.
ex:
-230 Boston v Montreal +190
Boston by 1 31%
Boston by 2 25%
Boston by 3 13%
Boston by 4 10%
Boston by 5 4%
Montreal by 1 30%
Montreal by 2 17%
Montreal by 3 5%
Montreal by 4 3%
Montreal by 5 2.5%
I got those prices from a fairly reputable sportsbook... that's quite a bit of margin though. 140 % rip off
Does anyone have any idea how I should go about making a spreadsheet for this?
|
Here is how to make a spreadsheet for regulation time. If you need scores including overtime then you need to adjust this converting all the ties into wins-by-1s.
1. Create a list of all the possible scores after 3rd period.
2. Assign probabilities for every score using Poisson distribution as a function of "power of team A facing team B" or whatever you want to call it.
3. Make a list of probabilities of certain outcomes by adding probabilities of the exact scores (step 2) that fall into certain criteria such as
.....
and so on
Away Win by 2
Away Win by 1
Away win
Tie
Home Win
Home Win by 1
Home Win by 2
and so on
......
and so on
Under 4.5
Under 5
Under 5.5
Under 6
Over 4.5
Over 5
Over 5.5
Over 6
and so on
.......
4. Now, you have a spreadsheet that takes "team powers" for every team gives you the odds for every outcome above. Now, by trial and error (takes about 10 iterations - a few seconds) you can find "team powers" so that the total and home/away lines would match the market.
Again, you do not convert line and total into scores but find "team powers" that make given line and total and just see what are the fair odds for all those "home by 1" outcomes.
Creating this calculator should make for a very good exercise while the calculator itself is a fun to play with.