GET /api/bet_types/e7386212-3036-497e-852e-02058394dbba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7386212-3036-497e-852e-02058394dbba",
    "match": "https://api-prod.gambitprofit.com/api/matches/98e11798-4a4f-47e9-af0a-7524c2672c62/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:42:09.344535-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": "LAA (G Canning)",
                "amount": 6114.0
            },
            {
                "team": "OAK (M Miller)",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9598.42,
        "profit_sb": 98.42,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "afbb6a89-4e97-479b-aafd-9f136aae8c78",
            "gambit_id": "68538f5c-9902-48f7-bd0f-e515093c3264",
            "last_updated": "2023-04-26T20:27:13.551495-04:00",
            "created_at": "2023-04-25T11:42:09.346795-04:00",
            "name": "LAA (G Canning)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7386212-3036-497e-852e-02058394dbba/?format=api"
        },
        {
            "id": "98ed56bd-03a2-47fb-8f4d-0ab5028c343d",
            "gambit_id": "26c1d8da-0b5a-42ad-8223-0a23e349179b",
            "last_updated": "2023-04-26T20:27:13.552954-04:00",
            "created_at": "2023-04-25T11:42:09.349265-04:00",
            "name": "OAK (M Miller)",
            "reward": "2.47000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7386212-3036-497e-852e-02058394dbba/?format=api"
        }
    ]
}