You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if market_filter supported an event_type_id so that the data files were filtered by event type, e.g. to filter by soccer you would use:
It would be useful if
market_filtersupported anevent_type_idso that the data files were filtered by event type, e.g. to filter by soccer you would use:market_filter={"markets": data_files, 'market_types': ['MATCH_ODDS'], "event_type_id": [1], "listener_kwargs": {'inplay': False}},Thank you.