GET /api/bet_types/a1e8237e-59b6-4c2e-9674-213f8c8acba6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1e8237e-59b6-4c2e-9674-213f8c8acba6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a369bc3-b05e-47fb-b5c1-adcff5627d80/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T13:07:09.826099-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 7004.0
            },
            {
                "team": "Draw",
                "amount": 2996.0
            }
        ],
        "expected_reward_tokens": 11414.76,
        "profit_sb": 1914.76,
        "profit_sb_percentage": 20.16,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5727.0
            },
            {
                "team": "Draw",
                "amount": 2450.0
            },
            {
                "team": "West Ham United",
                "amount": 1823.0
            }
        ],
        "expected_reward_tokens": 9333.76,
        "profit_sb": -166.24,
        "profit_sb_percentage": -1.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "26079e8e-21d9-4bc2-8479-095739e6d57c",
            "gambit_id": "ebdb37fa-3552-4d04-916f-5328016269bd",
            "last_updated": "2023-03-06T13:32:02.930950-05:00",
            "created_at": "2023-03-03T13:07:09.828656-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.63000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e8237e-59b6-4c2e-9674-213f8c8acba6/?format=api"
        },
        {
            "id": "774289c5-7993-4e10-8b81-b58360102f11",
            "gambit_id": "96ce394b-5e54-455f-91aa-c9a5b01892c8",
            "last_updated": "2023-03-06T13:32:02.932076-05:00",
            "created_at": "2023-03-03T13:07:09.829912-05:00",
            "name": "Draw",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e8237e-59b6-4c2e-9674-213f8c8acba6/?format=api"
        },
        {
            "id": "416720ce-cc67-420d-83a3-e98bde583ec7",
            "gambit_id": "7297a42e-b3b7-4525-8c1f-0c4d2d984356",
            "last_updated": "2023-03-06T13:32:02.929772-05:00",
            "created_at": "2023-03-03T13:07:09.827315-05:00",
            "name": "West Ham United",
            "reward": "5.12000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1e8237e-59b6-4c2e-9674-213f8c8acba6/?format=api"
        }
    ]
}