MatchOvertimeScenario
Scenario for predicting if a match goes into overtime
type MatchOvertimeScenario {
match: Match
outcome: PredictionOutcomeBinary
}
Fields
MatchOvertimeScenario.match ● Match object
Related match data
MatchOvertimeScenario.outcome ● PredictionOutcomeBinary object
Binary outcome for reaching overtime
Implemented By
PredictionScenario union