Interface Recommendation
- All Known Implementing Classes:
RecommendationImpl
public interface Recommendation
Represents a recommendation for prebuilt bets
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetOdds()Returns the odds for this recommendationdoubleReturns the probability for this recommendationReturns the list of selections for this recommendation
-
Method Details
-
getSelections
List<PrebuiltBetSelection> getSelections()Returns the list of selections for this recommendation- Returns:
- the list of selections
-
getOdds
double getOdds()Returns the odds for this recommendation- Returns:
- the odds
-
getProbability
double getProbability()Returns the probability for this recommendation- Returns:
- the probability
-