# Get available bet values for game **POST /free-spins-campaigns/bet-values** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Body: application/json (object) - **brandId** (string) - **currency** (string) - **gameId** (string) ## Responses ### 200 Successful response #### Body: application/json (object) - **betValues** (array[number]) Available bet values ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging [Powered by Bump.sh](https://bump.sh)