GET /api/bet_types/d91d6142-c9bc-472b-be1b-77ee5c31c979/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d91d6142-c9bc-472b-be1b-77ee5c31c979",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba42e4d9-82af-438e-9479-041f78d3dee5/?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": "Chelsea",
                "amount": 7341.0
            },
            {
                "team": "Draw",
                "amount": 2659.0
            }
        ],
        "expected_reward_tokens": 10715.77,
        "profit_sb": 1715.77,
        "profit_sb_percentage": 19.06,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6110.0
            },
            {
                "team": "Draw",
                "amount": 2213.0
            },
            {
                "team": "Leeds United",
                "amount": 1677.0
            }
        ],
        "expected_reward_tokens": 8918.39,
        "profit_sb": -81.61,
        "profit_sb_percentage": -0.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "40ff79d9-6512-4455-b889-53a07476448a",
            "gambit_id": "cee1769b-1fa4-4d76-9098-d6525420e356",
            "last_updated": "2022-08-22T15:47:09.940999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d91d6142-c9bc-472b-be1b-77ee5c31c979/?format=api"
        },
        {
            "id": "8dc356ea-7d5c-4988-b2b8-09ebbe9e0a0b",
            "gambit_id": "2578c9b5-f780-4de8-ac7d-8c8280dd53fb",
            "last_updated": "2022-08-22T15:47:09.942286-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.03000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d91d6142-c9bc-472b-be1b-77ee5c31c979/?format=api"
        },
        {
            "id": "bad22148-b922-4636-ac9e-7210746d6604",
            "gambit_id": "62e7a6d3-8655-48df-a1e3-99c8894a9e13",
            "last_updated": "2022-08-22T15:47:09.941695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leeds United",
            "reward": "5.32000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d91d6142-c9bc-472b-be1b-77ee5c31c979/?format=api"
        }
    ]
}