BetSolutions · Example Payload

Betsolutions Getgamelist Example

BettingCasinosGamingGamblingSlotsSports Betting

Betsolutions Getgamelist Example is an example object payload from BetSolutions, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getGameList",
  "method": "POST",
  "path": "/game/list",
  "summary": "BetSolutions Get Game List",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "GetGameListRequestExample",
      "example": {
        "merchantId": "merchant-001",
        "hash": "d4e5f6g7..."
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetGameList200Example",
      "example": {
        "success": true,
        "products": [
          {
            "gameId": "game-001",
            "productId": 2,
            "name": "Book of Ra",
            "hasFreePay": true,
            "launchUrl": "https://games.betsolutions.com/slots/book-of-ra",
            "rtp": 96.0,
            "rakePercent": 3.5
          }
        ]
      }
    }
  ]
}