Find out if a market allows inplay betting without multiple lookups

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monkeymagix
    Junior Member
    • Jul 2010
    • 105

    #1

    Find out if a market allows inplay betting without multiple lookups

    In the old API I could return a list of markets and use the TurningInPlay flag to let my system know if the market supported inplay betting.

    From what I can see the only way to tell this in the new API is to do multiple Market searches and use the turnInPlayEnabled flag, once set to true to return markets that support inplay betting, and once set to false to return markets that don't.

    Is there another way to get this information without doing multiple market lookups. I just want to set a flag in my DB when I save the market info with one scan of the available markets if possible.

    Thanks for any help.
  • austrianChristian
    Junior Member
    • Feb 2011
    • 9

    #2
    There is a turnInPlayEnabled flag in MarketDescription, when you call the function listMarketCatalogue.
    I tried to call the listMarketCatalogue function with only filtering inplay and turninginplay to send only one request to get all inplay markets for football. Unfortunately then comes the too_much data exception, so I think we must go market by market again. Maybe a smart using of the MarketFilter can reduce the number of requests.

    Comment

    • monkeymagix
      Junior Member
      • Jul 2010
      • 105

      #3
      It would be nice if when I was returning all my horse races for the day I could easily just tell by a flag whether they were "inplay" enabled or not. I don't really want to have to loop through all possible markets twice, once with the turningInPlayEnabled flag on and once with it off and then combine the results to save them.

      Comment

      • arteny1
        Junior Member
        • Jul 2014
        • 17

        #4
        BDP, please add InPlay flag

        It is invonvinient to use market data without this flag. At least, please add this flag to Navigation data.

        Comment

        Working...
        X