GET /api/bet_types/828de320-32b4-4316-a970-45cf71a2f630/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "828de320-32b4-4316-a970-45cf71a2f630",
    "match": "https://api-prod.gambitprofit.com/api/matches/21e71253-6467-412d-b503-326a43d5c7b2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:58.656996-04: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": 6314.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "a87e44a1-81ac-47de-8c8e-4c15ecf0d2ba",
            "gambit_id": "08638cff-eca7-4da6-b41c-452d9e9b4a27",
            "last_updated": "2023-10-26T10:13:04.507988-04:00",
            "created_at": "2023-10-24T08:57:58.665564-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828de320-32b4-4316-a970-45cf71a2f630/?format=api"
        },
        {
            "id": "5d61c90b-3a32-4bfd-8896-d34e311a08fd",
            "gambit_id": "65dc310c-4a36-4bca-9026-8a62554004fd",
            "last_updated": "2023-10-26T10:13:04.504413-04:00",
            "created_at": "2023-10-24T08:57:58.661850-04:00",
            "name": "St Louis Blues",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828de320-32b4-4316-a970-45cf71a2f630/?format=api"
        }
    ]
}