Hypetech Parceiros
InícioHypetech Games
InícioHypetech Games
  1. Free bet
  • Overview
  • About Hypetech API
  • Error Handling
  • APIs
    • Setup
      • Overview
      • Signature Verification
    • Webhook
      • Hooks Bet
      • Register Bet
      • Register Earnings
      • Rollback Bet
      • Balance
    • Sessions
      • Session Transactions
      • Active Sessions
    • Acessing games
      • Get Game List
      • Get Game URL
    • Promocional
      • Free bet
        • Redeem Free Bet
          POST
  • Esquemas
    • Bet placing response
  1. Free bet

Redeem Free Bet

POST
/games/free-bets
This endpoint is used to redeem a free bet for a user. Once redeemed, the free bet amount is credited to the user's account, and it can be used for betting in the specified games.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://player.api.hypetech.games/games/free-bets' \
--header 'Content-Type: application/json' \
--data-raw '{
    "game_slug": "aviator",
    "user_id": "99e27bf0-35da-46e2-a82d-07c492d1ed25",
    "quantity": "5",
    "value": 10.0,
    "currency": "USD",
    "expires_at": "2024-12-31T23:59:59Z",
    "bonus_code": "FREEBET2024"
}'
Response Response Example
201 - Exemplo 1
{
    "free_bet": "string"
}

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Header

Parâmetros Bodyapplication/json

Examples

Respostas

🟢201Success
application/json
Body

🟠401Not authorized
🟠404Route not found
🔴500Internal server error
Modificado em 2025-08-15 15:38:00
Página anterior
Get Game URL
Próxima página
Bet placing response