GET /api/bet_types/d0a7cbfb-7b02-466f-be11-986dc1316652/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0a7cbfb-7b02-466f-be11-986dc1316652",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa3ac88f-e347-4181-aa32-89688d1e4473/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-12T10:17:04.455780-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 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "292e1300-eb0b-40d5-ac9b-2326b3d6ba16",
            "gambit_id": "156a9f4d-dc89-4199-8658-215eeb567f95",
            "last_updated": "2023-03-13T19:07:15.370615-04:00",
            "created_at": "2023-03-12T10:17:04.457251-04:00",
            "name": "Game Total Under 222",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0a7cbfb-7b02-466f-be11-986dc1316652/?format=api"
        },
        {
            "id": "af8658fa-2eb3-4047-b7b3-99211c1ca840",
            "gambit_id": "e2075db6-97d0-4629-b2c7-d9d2adcccb51",
            "last_updated": "2023-03-13T19:07:15.372447-04:00",
            "created_at": "2023-03-12T10:17:04.458714-04:00",
            "name": "Game Total Over 222",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0a7cbfb-7b02-466f-be11-986dc1316652/?format=api"
        }
    ]
}