GET /api/bet_types/0febaf87-2823-471d-9447-657a57732382/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0febaf87-2823-471d-9447-657a57732382",
    "match": "https://api-prod.gambitprofit.com/api/matches/31cbb014-4546-47d2-bbbb-c96dec058143/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-09T08:48:14.705581-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": "St Louis Blues",
                "amount": 5512.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d2273c5-ba81-4536-ade9-3d224613fdf2",
            "gambit_id": "bcb45b63-fcb3-48de-a4e7-d29f1164f45c",
            "last_updated": "2023-12-11T11:33:03.411054-05:00",
            "created_at": "2023-12-09T08:48:14.710351-05:00",
            "name": "St Louis Blues",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0febaf87-2823-471d-9447-657a57732382/?format=api"
        },
        {
            "id": "389ed1c8-8e92-4857-bcf7-f661ec58cae6",
            "gambit_id": "b63e58ff-d490-4cb1-9600-1709ae8dca72",
            "last_updated": "2023-12-11T11:33:03.415117-05:00",
            "created_at": "2023-12-09T08:48:14.714744-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0febaf87-2823-471d-9447-657a57732382/?format=api"
        }
    ]
}