# 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": "27645c76-172a-4e25-9e45-c45bccb89b01",
    "name": "Bnei Yehuda",
    "homeTeam": true
}
```

{% endcode %}
