betdaq Python wrapper for Betdaq API. Betdaq Documentation Installation $ pip install betdaq Usage >>> from betdaq.apiclient import APIClient >>> api = APIClient('username', 'password') >>> sport_ids = api.marketdata.get_sports() >>> all_markets = api.marketdata.get_sports_markets([100005])