GET /api/bet_types/3666a38a-604e-4e0e-9021-9bfebfdcb027/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3666a38a-604e-4e0e-9021-9bfebfdcb027",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d5aaac7-0d8b-44fe-a5b3-33069e7d8d8c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:23.058659-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 Over 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd3b39a9-d3d1-4862-be34-91c03cd2ae2c",
            "gambit_id": "ffbe9507-4573-412a-af71-7b6c14c62fd2",
            "last_updated": "2023-09-23T20:53:10.208235-04:00",
            "created_at": "2023-09-22T09:58:23.062257-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3666a38a-604e-4e0e-9021-9bfebfdcb027/?format=api"
        },
        {
            "id": "1fe9f4cf-19b6-4fa5-81d8-af24968099d5",
            "gambit_id": "cf9cfdfc-bf2e-44d0-9d2e-26631bb7d1e4",
            "last_updated": "2023-09-23T20:53:10.211950-04:00",
            "created_at": "2023-09-22T09:58:23.065928-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3666a38a-604e-4e0e-9021-9bfebfdcb027/?format=api"
        }
    ]
}