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 already does support it, but it's event_type_ids (note the s on the end) and the ids in the list need to be strings not numbers, i.e. event_type_ids=["1"]
It would be useful if
market_filter
supported anevent_type_id
so 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.
The text was updated successfully, but these errors were encountered: