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.
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.
Comment