Is there a way to retrieve all the unique SelectionIDs assigned by Betfair to each and every football team - specifically the English leagues down to and including the Conference divisions, the four Scottish leagues as well as the top two leagues in each Euro country?
I access a variety of football related sites to glean information from them. Some I scrape, others I have pull things in manually. All these different sites are inconsistent in the way the name teams. For example, one might refer to 'Manchester United' whereas another might call them 'Man United' and yet another call them 'Man Utd'.
I was thinking of creating a database table that mapped all these variations to the correct Betfair SelectionID but I cannot see anyway of retrieving such info from the exchange as a simple database query via the API.
Any ideas?
I access a variety of football related sites to glean information from them. Some I scrape, others I have pull things in manually. All these different sites are inconsistent in the way the name teams. For example, one might refer to 'Manchester United' whereas another might call them 'Man United' and yet another call them 'Man Utd'.
I was thinking of creating a database table that mapped all these variations to the correct Betfair SelectionID but I cannot see anyway of retrieving such info from the exchange as a simple database query via the API.
Any ideas?
Comment