# Team

## Attributes

| Name     | Type    | Description                                              |
| -------- | ------- | -------------------------------------------------------- |
| id       | uuid    | Unique ID of the team.                                   |
| name     | string  | Name of the team.                                        |
| homeTeam | boolean | Indicates whether or not the team plays at home or away. |

{% code title="Response JSON" %}

```json
{
    "id": "bf4fd114-bea6-4e35-8b08-3190169f37f2",
    "name": "Crabb/T. Sander",
    "homeTeam": false
}
```

{% endcode %}
