GET /api/bet_types/fbeca41d-11a8-45bb-98dd-383e0e0eb20a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbeca41d-11a8-45bb-98dd-383e0e0eb20a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf26a59b-0df9-4f00-abde-c37b3ef8377d/?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": 8061.0
            },
            {
                "team": "Draw",
                "amount": 1939.0
            }
        ],
        "expected_reward_tokens": 10237.47,
        "profit_sb": 1237.47,
        "profit_sb_percentage": 13.75,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7122.0
            },
            {
                "team": "Draw",
                "amount": 1713.0
            },
            {
                "team": "Aston Villa",
                "amount": 1166.0
            }
        ],
        "expected_reward_tokens": 9044.64,
        "profit_sb": 44.64,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "916afc9e-0c7e-483d-bfd1-bef4dcc5b2d7",
            "gambit_id": "f780c72b-7623-419b-9519-3b315ea2ae44",
            "last_updated": "2022-09-05T10:42:11.196486-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbeca41d-11a8-45bb-98dd-383e0e0eb20a/?format=api"
        },
        {
            "id": "63a18ceb-868b-4c70-a280-9437c268fd11",
            "gambit_id": "60b49e41-d18a-4441-924c-d881c2e3660b",
            "last_updated": "2022-09-05T10:42:11.195532-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.28000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbeca41d-11a8-45bb-98dd-383e0e0eb20a/?format=api"
        },
        {
            "id": "83e5dd09-7621-4fe7-962e-0bd1636adf8a",
            "gambit_id": "c0063e85-5b8a-4286-91b0-bce574d6cf56",
            "last_updated": "2022-09-05T10:42:11.197546-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aston Villa",
            "reward": "7.76000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbeca41d-11a8-45bb-98dd-383e0e0eb20a/?format=api"
        }
    ]
}