GET /api/bet_types/bd33021b-7009-4380-8b32-c7679b331e9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd33021b-7009-4380-8b32-c7679b331e9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb191bf7-72ba-42ec-9be6-5d7a55b5f031/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T09:43:07.181341-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": "0017e0dc-0b4d-4a3e-a6b1-7aea1caba263",
            "gambit_id": "66259d4f-8617-4658-8cd3-09e371155a4c",
            "last_updated": "2023-08-14T10:38:14.121969-04:00",
            "created_at": "2023-08-12T09:43:07.191255-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/bd33021b-7009-4380-8b32-c7679b331e9a/?format=api"
        },
        {
            "id": "bde0ae94-9c29-418f-a583-6febad4e5a11",
            "gambit_id": "f9d3f33f-f232-478d-b354-612fb8804a27",
            "last_updated": "2023-08-14T10:38:14.125492-04:00",
            "created_at": "2023-08-12T09:43:07.185449-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/bd33021b-7009-4380-8b32-c7679b331e9a/?format=api"
        }
    ]
}