stuff1993 / ArbBetSystem

0 stars 0 forks source link

BetFair place odds not showing on program (+DynamicOdds) for International Racing #10

Open jordansidhom opened 7 years ago

jordansidhom commented 7 years ago

Betfair place odds are not showing on the program for international races. DynamicOdds are not showing odds which is the root cause as they are not being sent downstream to program. Odds are showing on Betfair website though.

Possible option: Customer purchases Betfair API, for Win & Place Lay odds for program. Lay Win and Place odds would be: Betfair -> Program instead of Betfair -> DynamicOdds -> Program

Would need to map out data feeds from Betfair API into the program.

Rest of bookies back bets for win and place would be: Bookies -> DynamicOdds -> Program.

Another issue was found through use that DynamicOdds has an occasional delay updating odds from Betfair, which then would take another slight delay to go to program. Running Betfair data straight from Betfair website/API to program would solve this issue. Betfair also allows up to 20 requests per second, allowing Betfair odds to be much more accurate.