GET /api/bet_types/e04476e0-b85d-4e20-8fb2-dce99339a671/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e04476e0-b85d-4e20-8fb2-dce99339a671",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe29d50e-0a35-4529-aa5a-aeef7e6b8039/?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": "California",
                "amount": 7821.0
            },
            {
                "team": "UNLV",
                "amount": 2179.0
            }
        ],
        "expected_reward_tokens": 9304.33,
        "profit_sb": 304.33,
        "profit_sb_percentage": 3.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "2158825e-ac98-4154-8514-37507488c032",
            "gambit_id": "c9ab31b8-c686-47dc-b6a1-045beaca3efd",
            "last_updated": "2022-09-11T10:52:30.207879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.19000",
            "odds": "1.20830",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e04476e0-b85d-4e20-8fb2-dce99339a671/?format=api"
        },
        {
            "id": "a86239c3-c4d9-484b-b94b-703c31d0f760",
            "gambit_id": "532bef52-092a-4de2-b5fd-b69b63c3eb93",
            "last_updated": "2022-09-11T10:52:30.208994-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "4.27000",
            "odds": "4.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e04476e0-b85d-4e20-8fb2-dce99339a671/?format=api"
        }
    ]
}