Interface PlayerOutcomeOdds
- All Superinterfaces:
Outcome,OutcomeOdds,OutcomeProbabilities
- All Known Implementing Classes:
PlayerOutcomeOddsImpl
Describes a player outcome. A player outcome is an outcome that is related to a player profile.
-
Method Summary
Modifier and TypeMethodDescriptionIndicates if the associated team is home or awaygetTeam()Returns the associated team competitorMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
getId, getName, getName, getNames, getOutcomeDefinitionMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
getOdds, isPlayerOutcomeMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeProbabilities
getAdditionalProbabilities, getProbability, isActive
-
Method Details
-
getHomeOrAwayTeam
HomeAway getHomeOrAwayTeam()Indicates if the associated team is home or away- Returns:
- an indication if the associated team is home or away
-
getTeam
TeamCompetitor getTeam()Returns the associated team competitor- Returns:
- the associated team competitor
-