# `ExFPL.Picks`
[🔗](https://github.com/sgerrand/ex_fpl/blob/main/lib/ex_fpl/picks.ex#L1)

Decoded `/entry/{team_id}/event/{gw}/picks/` response.

# `t`

```elixir
@type t() :: %ExFPL.Picks{
  active_chip: String.t() | nil,
  automatic_subs: [map()],
  entry_history: map() | nil,
  picks: [ExFPL.Pick.t()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
