MatchSeriesWinScenario
Scenario for predicting the winner of a match series
type MatchSeriesWinScenario {
matchSeries: MatchSeries
outcomes: [PredictionOutcomeMatchSeriesContestant]
}
Fields
MatchSeriesWinScenario.matchSeries ● MatchSeries object
Related match series
MatchSeriesWinScenario.outcomes ● [PredictionOutcomeMatchSeriesContestant] list object
Prediction outcomes for contestants
Implemented By
PredictionScenario union