Bracket
Properties
Name | Type | Required | Description |
---|---|---|---|
begin_at | str | ✅ | |
detailed_stats | bool | ✅ | Whether the match offers full stats |
draw | bool | ✅ | Whether result of the match is a draw |
end_at | str | ✅ | |
forfeit | bool | ✅ | Whether match was forfeited |
game_advantage | int | ✅ | ID of the opponent with a game advantage |
games | List[Game] | ✅ | |
id_ | int | ✅ | |
live | MatchLive | ✅ | |
match_type | MatchType | ✅ | |
modified_at | str | ✅ | |
name | str | ✅ | |
number_of_games | int | ✅ | Number of games |
opponents | List[Opponent] | ✅ | |
original_scheduled_at | str | ✅ | |
previous_matches | List[PreviousMatch] | ✅ | |
results | List[MatchResult] | ✅ | |
scheduled_at | str | ✅ | |
slug | str |