GET /api/bet_types/cd6c7257-bf00-441f-a0de-ff46376486af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd6c7257-bf00-441f-a0de-ff46376486af",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e6ceaff-0b9c-4e41-b88e-99d28a7e3d26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-07T08:38:24.686262-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": "Arizona Coyotes",
                "amount": 5000.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "11c2bac6-2b32-47bf-8cdd-0ebb8b1af952",
            "gambit_id": "bb288932-d14e-4f74-ae6b-6343d492e718",
            "last_updated": "2023-11-10T12:58:34.851194-05:00",
            "created_at": "2023-11-07T08:38:24.690867-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd6c7257-bf00-441f-a0de-ff46376486af/?format=api"
        },
        {
            "id": "e7741b3d-a286-4205-a293-9c3c55aa98ea",
            "gambit_id": "f82c9cf9-4734-4324-bd0c-2227b2af02e8",
            "last_updated": "2023-11-10T12:58:34.854414-05:00",
            "created_at": "2023-11-07T08:38:24.695192-05:00",
            "name": "Seattle Kraken",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd6c7257-bf00-441f-a0de-ff46376486af/?format=api"
        }
    ]
}