Interface Recommendation

All Known Implementing Classes:
RecommendationImpl

public interface Recommendation
Represents a recommendation for prebuilt bets
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the odds for this recommendation
    double
    Returns the probability for this recommendation
    Returns 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