GET /api/bet_types/05a0a169-8595-4479-9647-b64b6d17adb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05a0a169-8595-4479-9647-b64b6d17adb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6d6814e-9c69-4e49-9e9f-42dad5242592/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-11T09:37:59.458587-05: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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9e0726e-e056-432e-9136-12d102df3398",
            "gambit_id": "73ec87fb-3686-4c0e-9fa4-f775c69d4037",
            "last_updated": "2023-12-12T21:58:22.966226-05:00",
            "created_at": "2023-12-11T09:37:59.465970-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05a0a169-8595-4479-9647-b64b6d17adb6/?format=api"
        },
        {
            "id": "be82bfa7-2c98-46c1-8a74-6c72529179a8",
            "gambit_id": "f266e2c4-c8c3-4b24-8f0a-b776e7951cc1",
            "last_updated": "2023-12-12T21:58:22.963036-05:00",
            "created_at": "2023-12-11T09:37:59.462324-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05a0a169-8595-4479-9647-b64b6d17adb6/?format=api"
        }
    ]
}