GET /api/bet_types/f4628dea-dc23-46dc-9c58-30e5033256c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4628dea-dc23-46dc-9c58-30e5033256c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/55b2cc19-026c-4e41-8af7-b5145627a42e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:03.749880-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": "Vegas Golden Knights",
                "amount": 6752.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "6025fc35-3f1d-4196-a997-9c7108757b47",
            "gambit_id": "89042218-53ce-471e-81c1-df4b40ccebb7",
            "last_updated": "2023-12-23T14:58:21.464542-05:00",
            "created_at": "2023-12-21T09:13:03.754471-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4628dea-dc23-46dc-9c58-30e5033256c2/?format=api"
        },
        {
            "id": "4efeef6f-ea0f-4cd2-bc39-9acb76b3ca43",
            "gambit_id": "1de1e7a1-eb3b-4c76-b59e-379714077a17",
            "last_updated": "2023-12-23T14:58:21.467687-05:00",
            "created_at": "2023-12-21T09:13:03.758841-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4628dea-dc23-46dc-9c58-30e5033256c2/?format=api"
        }
    ]
}