find selection Id by Jocket name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lyoto
    Junior Member
    • Oct 2019
    • 3

    #1

    find selection Id by Jocket name

    Hi guys

    I am trying to find the selection id of a particular Jokey by the name. I am trying to use the textquery to find the selection / jockey to bet when calling the listMarketCatalogue method. but it works only with the event not with the Jockey name. Any idea how to do it ?
  • bfexplorer
    Senior Member
    • Sep 2018
    • 204

    #2
    Originally posted by Lyoto View Post
    Hi guys

    I am trying to find the selection id of a particular Jokey by the name. I am trying to use the textquery to find the selection / jockey to bet when calling the listMarketCatalogue method. but it works only with the event not with the Jockey name. Any idea how to do it ?
    I do it this way:

    http://bfexplorer.net/Articles/Content/497

    Comment

    • Lyoto
      Junior Member
      • Oct 2019
      • 3

      #3
      Ok great I found a way to do it.

      How can I get all the races only for tomorrow ?

      I am usign the ''marketStartTime':{'from':'' + date + ''}} and sending the date as date from tomorrow but it still returns races from today

      Comment

      • LiamP
        Junior Member
        • Oct 2015
        • 284

        #4
        Originally posted by Lyoto View Post
        Ok great I found a way to do it.

        How can I get all the races only for tomorrow ?

        I am usign the ''marketStartTime':{'from':'' + date + ''}} and sending the date as date from tomorrow but it still returns races from today
        You can use a variation of this:

        https://github.com/liampauling/betfa.../exampleone.py

        Comment

        Working...
        X