Junk data in listEvents

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Luca Daniel
    Junior Member
    • Aug 2016
    • 14

    #1

    Junk data in listEvents

    Hi,

    I wanted to know why the league is listed under events? Is it supposed to work this way?

    If yes, how can I get the information of only matches?

    Thanks

    EDIT:

    So, I got a way to filter out the league events (Using MATCH_ODDS in marketType filter) . But, I am getting this in the response. Seems like a bug. Not sure where to report it. So, putting it here so that someone would take action

    {
    "event" : {
    "id" : "27110750",
    "timezone" : "GMT",
    "openDate" : "2013-12-03T09:00:00.000Z",
    "name" : "Lebanon v Iran"
    },
    "marketCount" : 1
    }
    Last edited by Luca Daniel; 08-08-2016, 11:46 AM.
  • jabe
    Senior Member
    • Dec 2014
    • 705

    #2
    There is a hierarchical structure to most events.

    If you consider a football match, you could say

    1. It's football.
    2. The football match is in Scotland
    3. It's in the second division
    4. It's being played on Wednesday...
    ...and these are the available marketIds


    If you want to bet on the Eurovision Song Contest, you could say

    1. It's the Eurovision Song Contest...
    ...and these are the available marketIds


    This explains it, but it's not simple:
    http://docs.developer.betfair.com/do...r+Applications

    Comment

    Working...
    X