GET /api/bet_types/4f5537ec-426c-4502-b282-b8409f0f6955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f5537ec-426c-4502-b282-b8409f0f6955",
    "match": "https://api-prod.gambitprofit.com/api/matches/e987a8d7-2e9b-419b-9af7-13dbe47e4baf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:10.377788-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "c407db8f-e348-4c8a-80f2-1ca57dbb5c44",
            "gambit_id": "4006a3d3-22cf-4a23-aca0-122eea8cea83",
            "last_updated": "2023-04-27T11:52:08.296302-04:00",
            "created_at": "2023-04-26T12:02:10.380681-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f5537ec-426c-4502-b282-b8409f0f6955/?format=api"
        },
        {
            "id": "beb09b6c-f497-42eb-9096-09d7370f98a7",
            "gambit_id": "a6ccb84e-5324-4345-84fa-c4e1be4df775",
            "last_updated": "2023-04-27T11:52:08.293985-04:00",
            "created_at": "2023-04-26T12:02:10.379303-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f5537ec-426c-4502-b282-b8409f0f6955/?format=api"
        }
    ]
}