GET /api/bet_types/e834158a-5386-4280-b0a7-7da167f53eab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e834158a-5386-4280-b0a7-7da167f53eab",
    "match": "https://api-prod.gambitprofit.com/api/matches/58971821-b407-4d32-a60e-b8da60154fad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:08.372606-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Carolina Hurricanes",
                "amount": 6864.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "a619e7b6-da68-49c0-a6a9-03cae416b6ec",
            "gambit_id": "edbd9c4e-d328-4719-ae50-447c39fa689c",
            "last_updated": "2023-12-07T21:48:04.476009-05:00",
            "created_at": "2023-12-06T09:13:08.377088-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e834158a-5386-4280-b0a7-7da167f53eab/?format=api"
        },
        {
            "id": "ffa70041-2e0c-4c92-84b3-83287acce13f",
            "gambit_id": "3acd23d2-8fd0-4752-b653-2b488717b951",
            "last_updated": "2023-12-07T21:48:04.479457-05:00",
            "created_at": "2023-12-06T09:13:08.382112-05:00",
            "name": "Edmonton Oilers",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e834158a-5386-4280-b0a7-7da167f53eab/?format=api"
        }
    ]
}