True odds calculation

The sport of kings.
Post Reply
User avatar
goat68
Posts: 2038
Joined: Tue Jun 30, 2020 3:53 pm

azfyazfy wrote:
Wed Dec 29, 2021 5:47 pm
I successfully made the additive method in Excel but I am not understanding power method calculation
x = Bookie's evaluated True odds as fraction 0.0->1.0
k = Bookie's chosen constant, we don't know this but need to solve for it
Bookie odds = 1/(x^k)

Code: Select all

kBestDiff = 9999999.0
kBest = 0.0
For k = 0.0 to 1.0:
   Sum k th root of 1/Bookie odds
   if abs(Sum-1.0) < kBestDiff:
       kBest = k
       kBestDiff = abs(Sum-1.0)

print "best fit k = " + kBest
User avatar
azfyazfy
Posts: 76
Joined: Wed Aug 29, 2018 5:12 pm

Sorry I didn't understand
My bad luck
User avatar
goat68
Posts: 2038
Joined: Tue Jun 30, 2020 3:53 pm

azfyazfy wrote:
Wed Dec 29, 2021 6:17 pm
Sorry I didn't understand
My bad luck
might be best reading the article, which explains the power method
User avatar
decomez6
Posts: 695
Joined: Mon Oct 07, 2019 5:26 pm

Not even the jockeys or the horse owners know the true odds of their horse winning . Not unless they hold secret meetings and decide how each jokey will ride his horse . They will need to calculate all the variables for all participating horses and run them through all weather conditions e.t.c.
You will also find it difficult to find a place to use your true odds , as bookies don’t like winners and exchanges are BSP effecient. The more you participate in the market , the more you help to correct the true odds against you .
Do not under-estimate the power of bookies/ exchanges, they are NOT the last mugs standing .
They hold the key to the true odds.
User avatar
ShaunWhite
Posts: 10472
Joined: Sat Sep 03, 2016 3:42 am

It's not possible to know the true odds of a given horse on any given day to within any useable degree of accuracy. Without that uncertainly there wouldn't even be a horseracing gambling industry. it would just be roulette on legs.

Accuracy or efficiency or whatever you chose to call it is only evident with a sufficiently large hive mind and sufficiently large sample.
andy28
Posts: 583
Joined: Sat Jan 30, 2021 12:06 am

You cant work out true odds of a race when so much revolves around the top 2 inches of a horse. You could run a race today and record the result and then replicate the race conditions tomorrow and would get a different result
User avatar
azfyazfy
Posts: 76
Joined: Wed Aug 29, 2018 5:12 pm

If you all read the article of how true odds are calculated in 4 different methods.
Please try to solve how power method is calculated in Excel.

I will pay you for your hard work please help
User avatar
Derek27
Posts: 25159
Joined: Wed Aug 30, 2017 11:44 am

azfyazfy wrote:
Thu Dec 30, 2021 2:43 am
If you all read the article of how true odds are calculated in 4 different methods.
Please try to solve how power method is calculated in Excel.

I will pay you for your hard work please help
How much are you willing to pay?
User avatar
azfyazfy
Posts: 76
Joined: Wed Aug 29, 2018 5:12 pm

100$
User avatar
gazuty
Posts: 2556
Joined: Sun Jun 26, 2011 11:03 am

azfyazfy wrote:
Thu Dec 30, 2021 5:22 am
100$
Mr azfyazfy, given the multiple jurisdictions of participants here can you clarify is this USD?
User avatar
Derek27
Posts: 25159
Joined: Wed Aug 30, 2017 11:44 am

azfyazfy wrote:
Thu Dec 30, 2021 5:22 am
100$
What power are you willing to raise it to? ;)
User avatar
azfyazfy
Posts: 76
Joined: Wed Aug 29, 2018 5:12 pm

Yes bro
User avatar
azfyazfy
Posts: 76
Joined: Wed Aug 29, 2018 5:12 pm

IMG_20211229_221114.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
Realrocknrolla
Posts: 1910
Joined: Fri Jun 05, 2020 7:15 pm

Been thinking about true odds since this thread was started.

If a two horse race is priced at

No 1 - Evens
No 2 - Evens

Then that is true odds? A 100% book??

However, we all know this never happens.

All the variables that are taken into consideration have to be true. A jockeys weight may not be true etc etc. The horse might have a tummy bug etc etc. The weather may have a drastic change etc etc.

Definitely a tricky one and I lean to the impossible. (Falling Over)

Or Wizardry.
burntheory
Posts: 59
Joined: Tue Sep 09, 2014 9:49 am

azfyazfy wrote:
Thu Dec 30, 2021 6:29 am
IMG_20211229_221114.jpg
For the top table, using Solver in Excel produces Power values that are almost identical.

These aren't 'true' odds, only a better approximation. They also more accurately reflect the effects of favourite / longshot bias.
Post Reply

Return to “Trading Horse racing”