GET /api/bet_types/0b6ffbf9-9314-47e3-9b9b-11d9e7bd30f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b6ffbf9-9314-47e3-9b9b-11d9e7bd30f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5511868f-cfb5-4075-89d1-4e19c9e2de9b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:09.452361-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": "Seattle Kraken",
                "amount": 5094.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "6923e416-a11b-427d-9494-dacf26546354",
            "gambit_id": "eb091406-8d2d-4da0-abfd-5a275e856ed8",
            "last_updated": "2023-11-06T09:13:29.015405-05:00",
            "created_at": "2023-11-04T09:48:09.456074-04:00",
            "name": "Seattle Kraken",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b6ffbf9-9314-47e3-9b9b-11d9e7bd30f8/?format=api"
        },
        {
            "id": "41da5d26-58b0-4ba0-9b8c-ad32c8dad05e",
            "gambit_id": "3f1b9864-b37c-47dd-af14-cd89fb65508e",
            "last_updated": "2023-11-06T09:13:29.018828-05:00",
            "created_at": "2023-11-04T09:48:09.460021-04:00",
            "name": "Calgary Flames",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b6ffbf9-9314-47e3-9b9b-11d9e7bd30f8/?format=api"
        }
    ]
}