General Information - Saba-sports/OddsDirectAPI GitHub Wiki
The Odds Direct API supports these protocols :
- HTTP (for the pull, to query data)
 - SSE (for push, to subscribe and listen to a stream of updates, it works over HTTP).
 
The Odds Direct API provides:
- The most updated Live/Non-Live events and markets related information for sports events.
 - The most updated and correct odds statistics of each betting line.
 - The timestamp specifies is all in ISO-8601 format in GMT+0.
 
The Odds Direct API is a way for our clients to build great user-experiences. The API provides the following endpoints:
- GetSports
 - GetLeagues
 - GetEvents
 - GetMarkets
 - GetOutrights
 - GetPromotions
 - GetStreaming
 - GetAnnouncement
 - GetSingleTicket
 - GetParlayTickets
 - PlaceBet
 - PlaceParlayBet
 - PlaceOutrightBet
 - CheckPlaceBet
 - GetBetDetails
 - GetCashoutInfo
 - GetCashoutInfoByCustomer
 - SellBack
 - CheckSellingStatus
 
Objects come with a comprehensive amount of attributes describing all of their significant features and parameter. Based on these, you can build a wide range of presentations and experiences. Some examples of features that can be built using the Odds Direct API.