parlayapi_set_bettable_books
Set the books or region where a user bets, removing the need to pass them on later calls. Recommendations and shop comparisons are scoped to those bettable books automatically.
Instructions
Remember which books the user can bet at, so parlayapi_verdict scopes its best-price and shop recommendations to them automatically (no need to pass region/books every call).
Call this once when a user tells you where they bet ("I'm in the US on DraftKings and FanDuel"). Pass region OR an exact books list.
Args: region: us | eu | uk | au | ca. books: exact CSV of book keys, e.g. "draftkings,fanduel,novig". Overrides region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| books | No | ||
| region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||