GET /api/bet_types/58b711cb-6000-4f3d-8381-9a0676fc6585/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58b711cb-6000-4f3d-8381-9a0676fc6585",
    "match": "https://api-prod.gambitprofit.com/api/matches/3741ee65-f7f7-4830-80c6-f23188144fb8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Faze Clan",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Faze Clan",
                "amount": 8879.0
            },
            {
                "team": "FTW Esports",
                "amount": 1121.0
            }
        ],
        "expected_reward_tokens": 9145.37,
        "profit_sb": 145.37,
        "profit_sb_percentage": 1.62,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9433c8b-55fd-46f8-b92a-f4174066f7dc",
            "gambit_id": "21ef4a4d-be15-4cfe-b324-c1207c396f01",
            "last_updated": "2022-09-08T19:12:11.154598-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Faze Clan",
            "reward": "1.03000",
            "odds": "1.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b711cb-6000-4f3d-8381-9a0676fc6585/?format=api"
        },
        {
            "id": "4cdeb04c-b5fd-4e6a-8b4a-deefd688bfcd",
            "gambit_id": "b56b6cb1-92d7-4677-b8a3-be1e6b67a36c",
            "last_updated": "2022-09-08T19:12:11.153419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FTW Esports",
            "reward": "8.16000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b711cb-6000-4f3d-8381-9a0676fc6585/?format=api"
        }
    ]
}