Reproduce Betfair web site event tree

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lyme58
    Junior Member
    • Nov 2010
    • 5

    #1

    Reproduce Betfair web site event tree

    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.
  • betdynamics
    Junior Member
    • Sep 2010
    • 534

    #2
    Why not use the Navigation Data For Applications?

    See https://api.developer.betfair.com/se...r+Applications

    Comment

    • StefanBelo.
      Junior Member
      • Jan 2009
      • 105

      #3
      Have a look at on my app, how I implemented market navigation:

      http://bfexplorer.net/Products/Featu...n and browsing
      betfair bot platform, bfexplorer bot sdk

      Comment

      • Lyme58
        Junior Member
        • Nov 2010
        • 5

        #4
        Originally posted by betdynamics View Post
        Why not use the Navigation Data For Applications?

        See https://api.developer.betfair.com/se...r+Applications
        Thanks.

        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

        Working...
        X