GET /api/bet_types/d97d39ce-042f-41e1-8117-9b7e53f80f86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d97d39ce-042f-41e1-8117-9b7e53f80f86",
    "match": "https://api-prod.gambitprofit.com/api/matches/517d550c-b31d-41e5-b8bd-128beace9e08/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-27T10:47:02.987683-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": 5511.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "ded39d5b-3d31-4be0-ba57-de10b1574cf9",
            "gambit_id": "c47690de-425e-429c-9fab-233733cc4484",
            "last_updated": "2023-05-29T11:47:20.087871-04:00",
            "created_at": "2023-05-27T10:47:02.993694-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d97d39ce-042f-41e1-8117-9b7e53f80f86/?format=api"
        },
        {
            "id": "47c4c6b8-f443-4c36-8a97-7305c65f41d0",
            "gambit_id": "e3cf549d-1e07-4a9a-be80-5b9f17668520",
            "last_updated": "2023-05-29T11:47:20.084826-04:00",
            "created_at": "2023-05-27T10:47:02.990746-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d97d39ce-042f-41e1-8117-9b7e53f80f86/?format=api"
        }
    ]
}