Skip to main content
Version: 2024-10-11

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