Does anyone have any code (in C# or otherwise), that can reproduce the event / market view of the Betfair web-site using a combination of ListEvents() & ListMarkets() with appropriate filters. I'm particularly interested in football and horse racing-todays's card. I'm trying to create something generic that will work across all sports, rather than having to hand-craft the set of filters for each individual sport.
Reproduce Betfair web site event tree
Collapse
X
-
Why not use the Navigation Data For Applications?
See https://api.developer.betfair.com/se...r+Applications
-
Have a look at on my app, how I implemented market navigation:
http://bfexplorer.net/Products/Featu...n and browsingbetfair bot platform, bfexplorer bot sdk
Comment
-
Thanks.Originally posted by betdynamics View PostWhy not use the Navigation Data For Applications?
See https://api.developer.betfair.com/se...r+Applications
That works fine to a point - I'm able to download to json text and parse it to a nested collection of C# objects, but it still doesn't contain items for "Greyhounds - Today's Card" or "Horse Racing - Today's Card".
Is there a straightforward way of generating these items, as in the Betfair web site, or do I have to hand craft them from the existing horse / greyhound race data.
Comment


Comment