Skip to content

getMarketBookBestOffers() returns empty results #28

@lobis

Description

@lobis

I am trying to gather data from the spanish exchange. I am following the documentation regarding the spanish exchange http://docs.developer.betfair.com/docs/display/1smk3cen4v3lu3yomq5qye0ni/Betting+on+Spanish+Exchange

Using your python3 library I get the following results:

getEventTypes() -> [{'eventType': {'id': '1', 'name': 'Soccer'}, 'marketCount': 488}, {'eventType': {'id': '2', 'name': 'Tennis'}, 'marketCount': 96}, {'eventType': {'id': '7522', 'name': 'Basketball'}, 'marketCount': 7}]

However when calling getMarketBookBestOffers() I get empty results for any of the availible IDs, for example I get:

getMarketBookBestOffers('1') -> []

I would like to know if these results are normal (both for the getEventTypes() and getMarketBookBestOffers(id) because of jurisdiction limitations (spanish) of if there is something else to it. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions