Terabet Agent Api
    Terabet Agent Api
    • Getting Started
    • Enum
    • Filter Type
    • Realtime Odds
    • Work flows
    • Login
      POST
    • Register
      POST
    • Get game
      GET
    • Get sports
      GET
    • Get game score
      GET
    • Get odds
      POST
    • Get teaser points
      GET
    • Get bet history
      GET
    • Place single bet
      POST
    • Place combo bet
      POST
    • Place teaser bet
      POST
    • Get user info
      GET
    • Starting Kyc
      POST
    • Logout
      POST
    • Withdraw
      POST
    • Get deposit address
      POST
    • Get User’s Transactions
      GET
    • Get Trading Transactions
      GET
    • Get Trading Pairs
      GET
    • Trading token
      POST
    • Get User’s Wallets
      GET
    • Get Assets
      GET
    • Get Chains
      GET
    • Get casino games
      GET
    • Get casino platforms
      GET
    • Play poker
      POST
    • Play casino
      POST

      Get game score

      GET
      /v1/bet/api/agent/game/game-score

      Request

      Query Params

      Responses

      🟢200Response 200
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/v1/bet/api/agent/game/game-score?size=10&page=0&sort=createdDate,desc&sportTitle.equals&sportGroup.euals&startDate.gte=2025-07-10T04:13:17.470Z'
      Response Response Example
      [
          {
              "id": "string",
              "startDate": "2025-07-10T04:13:17.470Z",
              "homeTeam": "string",
              "homeTeamLogo": "string",
              "awayTeam": "string",
              "awayTeamLogo": "string",
              "status": "GameStatusEnum",
              "score": {
                  "id": "string",
                  "scoreHomeTotal": 0,
                  "scoreAwayTotal": 0,
                  "clock": "string",
                  "period": "string",
                  "status": "string",
                  "live": true,
                  "duration": "string",
                  "startDate": "2025-07-10T04:13:17.470Z",
                  "homeTeam": "string",
                  "awayTeam": "string",
                  "venueName": "string",
                  "additionalInfo": "string",
                  "scoreHomeString": "string",
                  "scoreAwayString": "string"
              },
              "sport": {
                  "key": "string",
                  "group": "string",
                  "title": "string",
                  "description": "string"
              },
              "isHidden": true,
              "awayStarter": "string",
              "homeStarter": "string",
              "streamUrl": "string"
          }
      ]
      Modified at 2025-07-11 07:38:42
      Previous
      Get sports
      Next
      Get odds
      Built with