SSE OutrightChange Information - Saba-sports/OddsDirectAPI GitHub Wiki
             [
    {
        leagueId,
        eventStatus,
        teams:[
            {
                orid,
                price,
                maxBet,
                oddsStatus,
                isUpdate
            }
        ]
    }
]   
| Name | 
Format | 
Description | 
| leagueId | 
int | 
Specifies the identifier of the league. | 
| eventStatus | 
string | 
Specifies the status of the event.running/closed | 
| teams | 
Teams | 
Specifies the information of outright teams. | 
Teams
| Name | 
Format | 
Description | 
| orid | 
int | 
Specifies the identifier of the outright. | 
| price | 
decimal | 
Specifies the odds price of this team. (DEC) | 
| maxBet | 
int | 
Specifies the maximum bet amount for this team. | 
| oddsStatus | 
string | 
Specifies the status of the odds.running/closed | 
| isUpdate | 
bool | 
Specifies whether the odds be updated. |