GET /api/bet_types/e5eef017-cd60-4baa-a7fe-a5606d36bcce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5eef017-cd60-4baa-a7fe-a5606d36bcce",
    "match": "https://api-prod.gambitprofit.com/api/matches/b93761ab-cc1e-4670-97ce-124650840328/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-28T10:03:12.366454-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": "New Orleans Pelicans",
                "amount": 7559.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2441.0
            }
        ],
        "expected_reward_tokens": 9446.67,
        "profit_sb": -53.33,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3725685-8ea5-40ef-8428-e03d9f5f61c9",
            "gambit_id": "3d2aa0ac-ee41-4feb-bc9b-00f1d5642adf",
            "last_updated": "2023-12-30T16:28:08.424435-05:00",
            "created_at": "2023-12-28T10:03:12.380352-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5eef017-cd60-4baa-a7fe-a5606d36bcce/?format=api"
        },
        {
            "id": "b4b55517-58d3-45a8-b7ac-aa109862c106",
            "gambit_id": "91e9679e-2379-44d1-b704-18df0b8daa66",
            "last_updated": "2023-12-30T16:28:08.416252-05:00",
            "created_at": "2023-12-28T10:03:12.376127-05:00",
            "name": "Utah Jazz",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5eef017-cd60-4baa-a7fe-a5606d36bcce/?format=api"
        }
    ]
}