hello
If I want to automate and screen through tennis matches that are evenly spread odds.
For example 2.7 vs 3.1 and exclude those match with odds like 1.07 vs 11.
Choose only evenly match to trigger to next rule of automation.
How do I do that ? Does anyone know ?
thanks so much
Tennis fix odd comparison
Tennis matches will always include a odds on fav, as they are just 2 selection markets and they will always be very close to a 100% book%
Therefore easiest way is to use a 'Fixed Odds Cond' to test the price of the underdog
ie, if the underdog is priced <3.0 (the fav will be >1.50)
if the underdog is is priced<2.50 (the fav will be >1.70)
and if the underdog is is priced<2.20 (the fav will be >1.84)
You'll need to add the 'Fixed odds condition' to a 'Set/Modift Signal' rule
and set a signal on the market (call it whatever you want ie, 'allow_trigger'
Then on your main back/lay rule add a 'Signal Set condition' to test the signal named 'allow_trigger' is set on on the market
Therefore easiest way is to use a 'Fixed Odds Cond' to test the price of the underdog
ie, if the underdog is priced <3.0 (the fav will be >1.50)
if the underdog is is priced<2.50 (the fav will be >1.70)
and if the underdog is is priced<2.20 (the fav will be >1.84)
You'll need to add the 'Fixed odds condition' to a 'Set/Modift Signal' rule
and set a signal on the market (call it whatever you want ie, 'allow_trigger'
Then on your main back/lay rule add a 'Signal Set condition' to test the signal named 'allow_trigger' is set on on the market