Event status
Event in Odds88 feed has 2 status values:
status which corresponds to sport event status from feed provider
tradingStatus which corresponds to event display status and is aggregation of feed provider event status, feed status (up, down) for the feed provider and configuration inside the Odds88
Known values for status are listed in swagger under the EventStatus enumeration:
0 = Unknown (Event status is unknown)
1 = Planned (Event is scheduled to start at the kickoff time )
2 = SoonInPlay (Pre-live status transition to Live status)
3 = Live (Event is in play)
4 = Completed (Event finished)
5 = Cancelled (Event is cancelled)
6 = CoverageLost (Lost updates from provider, betting should be closed)
7 = Closed (Event closed end will not be reopened)
8 = Suspended (Event suspended and might be re opened)
9 = Postponed (Event did not start and will not be played due to weather conditions for example)
10 = Abandoned (Event abandoned)
These values can be used to understand what is the current progression of the sport event.
Known values for tradingStatus are listed in swagger under the TradingStatus enumeration:
0 = Open (Trading is active)
1 = Suspended (Trading is suspended, but keep event on site)
2 = Closed (Remove event from site)
3 = Inactive (Remove from site, but we can change the status to inplay/live and turn back this event on the site)
Trading status value describes how events should be processed and displayed.
Open - event is active and available for trading.
Suspended - event is temporarily not available for trading, but may become available at some point.
Closed - event is closed for trading from our side or providers side.
Inactive - event has finished or is missing configuration.
Last updated