listMarketCatalogue: missing Competition Info

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • komposter
    Junior Member
    • Mar 2015
    • 17

    #1

    listMarketCatalogue: missing Competition Info

    I use listMarketCatalogue to get list of events with detailed info about Competition, Event and Players.

    Sometimes I receive events without Competition info.
    Last example - market 1.117953223. listMarketCatalogue returns info about Event and Players, but Competition info is missing.

    My request (with another market to compare) is:
    Code:
    [{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketCatalogue",
    "params": {"filter":{"marketIds":["1.117920891","1.117953223"],"marketTypeCodes":["MATCH_ODDS"]},
    "maxResults":"10",
    "marketProjection":["COMPETITION","EVENT","RUNNER_DESCRIPTION"]}, "id": 1}]
    And the servers answer is:
    Code:
    [{"jsonrpc":"2.0","result":[
    {
    "marketId":"1.117920891",
    "marketName":"Match Odds",
    "totalMatched":9265.735756,
    "runners":[{"selectionId":2848631,"runnerName":"Tim Smyczek","handicap":0.0,"sortPriority":1},{"selectionId":4190307,"runnerName":"Jo-Wilfried Tsonga","handicap":0.0,"sortPriority":2}],
    "competition":{"id":"7059311","name":"Miami Open 2015"},
    "event":{"id":"27405963","name":"Smyczek v Tsonga","countryCode":"US","timezone":"UTC","openDate":"2015-03-28T01:30:00.000Z"}
    },
    {
    "marketId":"1.117953223",
    "marketName":"Match Odds",
    "totalMatched":4.0086379999999995,
    "runners":[{"selectionId":8827537,"runnerName":"Jelena Ostapenko","handicap":0.0,"sortPriority":1},{"selectionId":7795296,"runnerName":"Elizaveta Kulichkova","handicap":0.0,"sortPriority":2}],
    "event":{"id":"27407307","name":"Ostapenko v Kulichkova","countryCode":"CN","timezone":"Hongkong","openDate":"2015-03-28T02:00:00.000Z"}
    }],"id":1}]
    What should I do with these markets?
    Are they valid?
    Are they enable to trade?
  • komposter
    Junior Member
    • Mar 2015
    • 17

    #2
    I found market using search on BetFair - https://www.betfair.com/exchange/plu...et/1.117953223

    And it is really hasn't Competition

    Comment

    • komposter
      Junior Member
      • Mar 2015
      • 17

      #3
      I received new events without Competition Info:
      1.118102061
      1.118102053
      1.118102057
      1.118102049
      1.118102069
      1.118102073
      1.118102065
      1.118102077
      1.118102093
      1.118102089
      1.118102085
      1.118102081
      1.118102109
      1.118102104
      1.118102098
      1.118102097
      1.118102173
      1.118101725
      1.118101589
      1.118101667
      1.118101775
      1.118101931
      1.118101820
      1.118101621
      1.118101957
      1.118101885


      Now they have a valid Competition Id and Name: "7143580 - Family Circle Cup 2015", but they were empty when the markets became available.

      Does BetFair team know about this bug?

      Comment

      Working...
      X