GET /api/bet_types/8fa3832a-6097-43cb-8eff-3483cc8673e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fa3832a-6097-43cb-8eff-3483cc8673e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d3870da-8cc1-45c4-abfd-57267a187304/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:07:02.842520-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6549.0
            },
            {
                "team": "Draw",
                "amount": 3451.0
            }
        ],
        "expected_reward_tokens": 12181.14,
        "profit_sb": 2681.14,
        "profit_sb_percentage": 28.22,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 4981.0
            },
            {
                "team": "Draw",
                "amount": 2625.0
            },
            {
                "team": "Tottenham",
                "amount": 2394.0
            }
        ],
        "expected_reward_tokens": 9264.66,
        "profit_sb": -235.34,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "7596f31e-5d23-49ee-9727-2311bd26b7d4",
            "gambit_id": "1f0f2df2-78b4-450f-8abe-e1c5de709c1e",
            "last_updated": "2023-04-24T18:57:05.731747-04:00",
            "created_at": "2023-04-22T13:07:02.845644-04:00",
            "name": "Newcastle United",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa3832a-6097-43cb-8eff-3483cc8673e3/?format=api"
        },
        {
            "id": "f630afac-7041-4900-8dd2-0a2b97d9c7c2",
            "gambit_id": "2d64ce5a-6f12-4e30-814f-3c40e8199ee3",
            "last_updated": "2023-04-24T18:57:05.734145-04:00",
            "created_at": "2023-04-22T13:07:02.848131-04:00",
            "name": "Draw",
            "reward": "3.53000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa3832a-6097-43cb-8eff-3483cc8673e3/?format=api"
        },
        {
            "id": "ca466847-ca5c-423b-a9b6-df4096c799c9",
            "gambit_id": "1229a17f-ec8a-473d-bd6b-7819b040ae3d",
            "last_updated": "2023-04-24T18:57:05.736758-04:00",
            "created_at": "2023-04-22T13:07:02.851058-04:00",
            "name": "Tottenham",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa3832a-6097-43cb-8eff-3483cc8673e3/?format=api"
        }
    ]
}