Snap Odds Result
Represents the odds for a sport event
Constructors
Link copied to clipboard
SnapOddsResult SnapOddsResult(@Json(name = "startTime" ) String rawStartTime, @Json(name = "competitors" ) List<SnapOddsCompetitor> competitors, @Json(name = "players" ) List<SnapOddsPlayer> players, @Json(name = "sportsBooks" ) List<SnapOddsSportBook> sportsBooks, @Json(name = "bestOffers" ) List<SnapOddsOffer> bestOffers, @Json(name = "oddsOfferOrder" ) List<String> oddsOfferOrder)
Content copied to clipboard
Functions
Link copied to clipboard
The best offers available. Each offer might be by a different odds provider (sports book)
Link copied to clipboard
Information about the competitors in this event
Link copied to clipboard
Link copied to clipboard
Information about the players in this event
Link copied to clipboard
A list of providers that offer bets
Link copied to clipboard