GET /api/bet_types/59ef8c7d-a4da-41c1-87df-12999d619273/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59ef8c7d-a4da-41c1-87df-12999d619273",
    "match": "https://api-prod.gambitprofit.com/api/matches/5411949f-9a03-48c8-b810-2df5dbf78c29/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:13:04.020632-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 5763.0
            },
            {
                "team": "Bournemouth",
                "amount": 4237.0
            }
        ],
        "expected_reward_tokens": 12965.22,
        "profit_sb": 3465.22,
        "profit_sb_percentage": 36.48,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 4123.0
            },
            {
                "team": "Bournemouth",
                "amount": 3032.0
            },
            {
                "team": "Draw",
                "amount": 2846.0
            }
        ],
        "expected_reward_tokens": 9276.75,
        "profit_sb": -223.25,
        "profit_sb_percentage": -2.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "77151ff9-249c-48b2-9033-3043f5af4a34",
            "gambit_id": "91e7cd6c-8748-4023-b52e-e79e51bba5b6",
            "last_updated": "2023-12-07T21:58:08.218728-05:00",
            "created_at": "2023-12-06T09:13:04.047036-05:00",
            "name": "Crystal Palace",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ef8c7d-a4da-41c1-87df-12999d619273/?format=api"
        },
        {
            "id": "03737d99-4573-452c-be36-461a9c33fcec",
            "gambit_id": "d1244ba3-2de2-43f1-9c4f-351bca409c8c",
            "last_updated": "2023-12-07T21:58:08.222015-05:00",
            "created_at": "2023-12-06T09:13:04.052995-05:00",
            "name": "Bournemouth",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ef8c7d-a4da-41c1-87df-12999d619273/?format=api"
        },
        {
            "id": "e8728c26-a5e6-417d-95dd-22bb9ae8f3ea",
            "gambit_id": "017819fb-ad3d-4ff5-b576-e8f161014696",
            "last_updated": "2023-12-07T21:58:08.215372-05:00",
            "created_at": "2023-12-06T09:13:04.027553-05:00",
            "name": "Draw",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ef8c7d-a4da-41c1-87df-12999d619273/?format=api"
        }
    ]
}