GET /api/bet_types/eeab01dc-6a1d-42bd-a001-364f1667ca21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eeab01dc-6a1d-42bd-a001-364f1667ca21",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd1d389c-0d3b-427d-911c-d99792e4dd9f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 6700.0
            },
            {
                "team": "Draw",
                "amount": 3300.0
            }
        ],
        "expected_reward_tokens": 10988.0,
        "profit_sb": 1988.0,
        "profit_sb_percentage": 22.09,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5336.0
            },
            {
                "team": "Draw",
                "amount": 2628.0
            },
            {
                "team": "Aston Villa",
                "amount": 2035.0
            }
        ],
        "expected_reward_tokens": 8750.5,
        "profit_sb": -249.5,
        "profit_sb_percentage": -2.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c7a2565-a43a-492a-9749-0e4d619514c1",
            "gambit_id": "827cbeaf-ffd0-4eb2-b10c-35df78d3632c",
            "last_updated": "2022-11-14T15:23:08.072265-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.64000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eeab01dc-6a1d-42bd-a001-364f1667ca21/?format=api"
        },
        {
            "id": "baa37d76-ee22-4d8d-941d-78bb237f5bc3",
            "gambit_id": "3907eca2-d114-4609-bc34-ada85f9959ff",
            "last_updated": "2022-11-14T15:23:08.073191-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eeab01dc-6a1d-42bd-a001-364f1667ca21/?format=api"
        },
        {
            "id": "48c1c52d-6c23-4ec5-a526-b8e2c9a60840",
            "gambit_id": "5ec3a7db-522e-49b7-967b-d8a96eccae16",
            "last_updated": "2022-11-14T15:23:08.071349-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aston Villa",
            "reward": "4.30000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eeab01dc-6a1d-42bd-a001-364f1667ca21/?format=api"
        }
    ]
}