Decoded /my-team/{team_id}/ response — the authenticated user's current
team selection, chip status, and pending transfer information.
This is an authenticated endpoint; see ExFPL.Session.
Summary
Types
@type t() :: %ExFPL.MyTeam{ chips: [map()], picks: [ExFPL.Pick.t()], transfers: map() | nil }