GET /api/bet_types/0c6e18ef-b78a-47da-ab66-7aec4159064a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c6e18ef-b78a-47da-ab66-7aec4159064a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e117670f-8a9b-4b3d-bc86-c84c1edc85dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-30T10:43:13.068665-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": "Winnipeg Jets",
                "amount": 5773.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "194cbe1d-b669-49b1-bc96-c4d289fa795b",
            "gambit_id": "8197a400-3522-496a-b2ad-cd8504cba469",
            "last_updated": "2024-01-01T19:53:20.935855-05:00",
            "created_at": "2023-12-30T10:43:13.079430-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c6e18ef-b78a-47da-ab66-7aec4159064a/?format=api"
        },
        {
            "id": "4a4bc3b8-86d7-468e-b8eb-985d10f49004",
            "gambit_id": "3569184a-e704-4daa-9659-484856ad0e17",
            "last_updated": "2024-01-01T19:53:20.932561-05:00",
            "created_at": "2023-12-30T10:43:13.074569-05:00",
            "name": "Minnesota Wild",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c6e18ef-b78a-47da-ab66-7aec4159064a/?format=api"
        }
    ]
}