phillc73 / abettor

An R package for connecting to the online betting exchange Betfair, via their API-NG product, using JSON-RPC.
Other
51 stars 36 forks source link

Race Status API #35

Closed phillc73 closed 3 years ago

phillc73 commented 3 years ago

abettor does not currently support the Race Status API, but probably should.

Looks like one API call. - listRaceDetails

From the Betfair website:

The listRaceDetails operation is provided to allow customers to establish the status of a horse or greyhound race market both prior to and after the start of the race. This information is available for UK, Ireland and South African races only and is provided for information purposes only

phillc73 commented 3 years ago

Should be complete now with commit https://github.com/phillc73/abettor/commit/a3aa6ac2d1d023aa975c097f9c110fbb7fdd280b

Additional testing of course welcomed.