GET /api/bet_types/f87c7078-232a-4558-b4c3-b13048f7ac47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f87c7078-232a-4558-b4c3-b13048f7ac47",
    "match": "https://api-prod.gambitprofit.com/api/matches/40c4487e-d383-43d8-b91e-91f8da1bbd9e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "BOS (N Pivetta)",
                "amount": 5108.0
            },
            {
                "team": "TAM (C Kluber)",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": 294.8,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "b666b5bb-4ba5-4e50-aa39-f9491779a782",
            "gambit_id": "b1e7e694-ffc2-4672-a228-205ac1c24277",
            "last_updated": "2022-08-29T13:17:09.703725-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (N Pivetta)",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f87c7078-232a-4558-b4c3-b13048f7ac47/?format=api"
        },
        {
            "id": "a6ae218d-552a-4171-9f08-99ac5d726234",
            "gambit_id": "44a8a4a9-c993-4285-af7e-cbac1206dc02",
            "last_updated": "2022-08-29T13:17:09.704168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (C Kluber)",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f87c7078-232a-4558-b4c3-b13048f7ac47/?format=api"
        }
    ]
}