GET /api/bet_types/6fe69c3d-1b9f-446d-8aef-8e38d6345595/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fe69c3d-1b9f-446d-8aef-8e38d6345595",
    "match": "https://api-prod.gambitprofit.com/api/matches/4eb10636-c42b-4ee2-a45d-b3821a56d19a/?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": "Manchester City",
                "amount": 7843.0
            },
            {
                "team": "Draw",
                "amount": 2157.0
            }
        ],
        "expected_reward_tokens": 10352.76,
        "profit_sb": 1352.76,
        "profit_sb_percentage": 15.03,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6809.0
            },
            {
                "team": "Draw",
                "amount": 1873.0
            },
            {
                "team": "Tottenham",
                "amount": 1318.0
            }
        ],
        "expected_reward_tokens": 8987.88,
        "profit_sb": -12.12,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c735b25-2dce-4000-ab97-51f0aae7fbf0",
            "gambit_id": "5a45c412-b450-41f1-8ed2-1dc2383d6766",
            "last_updated": "2022-12-24T17:12:12.053522-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.32000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe69c3d-1b9f-446d-8aef-8e38d6345595/?format=api"
        },
        {
            "id": "d50ab940-7760-4fa8-8362-9d2a40ef9f81",
            "gambit_id": "e449ad86-a50b-49da-879e-baca6ef8dbc4",
            "last_updated": "2022-12-24T17:12:12.054664-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.80000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe69c3d-1b9f-446d-8aef-8e38d6345595/?format=api"
        },
        {
            "id": "76d54861-f79c-46d0-9689-85c4e3f0deca",
            "gambit_id": "4900aa28-766d-4c93-8442-52fc894a36e6",
            "last_updated": "2022-12-24T17:12:12.052361-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "6.82000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe69c3d-1b9f-446d-8aef-8e38d6345595/?format=api"
        }
    ]
}