GET /api/bet_types/2ca1137d-d1ca-497d-9e5e-686192a42d92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ca1137d-d1ca-497d-9e5e-686192a42d92",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c088ba2-9c1a-4f6a-84fe-3e8e7a6be7fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-28T17:53:17.442665-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Game Total Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bd4c9b0-b3a1-4146-8211-86f5b8c63127",
            "gambit_id": "c219d623-06e0-41ea-9950-c743d3b1ae71",
            "last_updated": "2023-07-29T19:38:36.361777-04:00",
            "created_at": "2023-07-28T17:53:17.458906-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ca1137d-d1ca-497d-9e5e-686192a42d92/?format=api"
        },
        {
            "id": "261da1c2-dca3-499b-80dd-515d85dcd648",
            "gambit_id": "dbfd641c-f8c3-4a44-9ebd-6f875217ce32",
            "last_updated": "2023-07-29T19:38:36.357177-04:00",
            "created_at": "2023-07-28T17:53:17.447823-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ca1137d-d1ca-497d-9e5e-686192a42d92/?format=api"
        }
    ]
}