GET /api/bet_types/d55fd6c6-55b9-4a59-ab32-f2134f397ec9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d55fd6c6-55b9-4a59-ab32-f2134f397ec9",
    "match": "https://api-prod.gambitprofit.com/api/matches/331fc11c-b70d-4fda-91c5-667422910d84/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-25T12:38:08.302321-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": "SDG (B Snell)",
                "amount": 7106.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "af0f30c8-4bc7-430d-b55f-c41418293823",
            "gambit_id": "94906438-ad55-492b-82bf-ec8b72162b6e",
            "last_updated": "2023-07-27T12:58:26.436130-04:00",
            "created_at": "2023-07-25T12:38:08.309799-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d55fd6c6-55b9-4a59-ab32-f2134f397ec9/?format=api"
        },
        {
            "id": "895c61a5-1ba2-4d1b-8abd-f72564a9a8e2",
            "gambit_id": "cd035bf6-366e-41e8-8116-7f994d7911ec",
            "last_updated": "2023-07-27T12:58:26.432548-04:00",
            "created_at": "2023-07-25T12:38:08.306289-04:00",
            "name": "PIT (R Hill)",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d55fd6c6-55b9-4a59-ab32-f2134f397ec9/?format=api"
        }
    ]
}