Name | Type | Description | Notes |
---|---|---|---|
team_id | int | Team's identifier | [optional] |
rating | float | The Elo rating of the team | [optional] |
wins | int | The number of games won by this team | [optional] |
losses | int | The number of losses by this team | [optional] |
last_match_time | int | The Unix timestamp of the last match played by this team | [optional] |
name | str | Team name, eg. 'Newbee' | [optional] |
tag | str | The team tag/abbreviation | [optional] |