Is it possible to determine whether a football match will offer INPLAY odds?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pete101
    Junior Member
    • Sep 2019
    • 22

    #1

    Is it possible to determine whether a football match will offer INPLAY odds?

    Hi Guys,

    I am working on a small football bot which places a bet (usually a home win) prior to kick-off, and then, depening on the HT score, a follow-up INPLAY bet.

    The problem that I have is that a couple of the games I tested it on didn't offer any odds after kick-off i.e. all markets were suspended.

    Is there any way for my bot to tell "in advance" of kick-off whether a match will offer inplay odds or not?

    Thanks for your time.

    Best regards,

    Pete
  • geoffw123
    Senior Member
    • Mar 2014
    • 250

    #2
    Hi

    The marketFilter you send to the server has a boolean param turnInPlayEnabled.

    Spec. says "Restrict to markets that will turn in play if True or will not turn in play if false. If not specified, returns both."

    Comment

    • Pete101
      Junior Member
      • Sep 2019
      • 22

      #3
      Originally posted by geoffw123 View Post
      Hi

      The marketFilter you send to the server has a boolean param turnInPlayEnabled.

      Spec. says "Restrict to markets that will turn in play if True or will not turn in play if false. If not specified, returns both."

      Perfect - thank you. :-)

      Comment

      Working...
      X