GET /api/bet_types/51287e11-fd75-4119-8777-d5063effdab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51287e11-fd75-4119-8777-d5063effdab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8304b8ce-9085-4735-9606-d1d59ef1a475/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:10.418748-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": "Cleveland Cavaliers",
                "amount": 5780.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e971a6a-b060-4bce-9166-f8deb00c043c",
            "gambit_id": "d4afee89-f977-41bd-affe-65a592ccfacf",
            "last_updated": "2023-02-11T17:52:30.507950-05:00",
            "created_at": "2023-02-10T09:02:10.422023-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51287e11-fd75-4119-8777-d5063effdab0/?format=api"
        },
        {
            "id": "ac1c2640-c43a-4193-978f-95a1c035ff65",
            "gambit_id": "327217b6-5f5e-4fb8-a583-7bc4acdca99b",
            "last_updated": "2023-02-11T17:52:30.506753-05:00",
            "created_at": "2023-02-10T09:02:10.420283-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51287e11-fd75-4119-8777-d5063effdab0/?format=api"
        }
    ]
}