GET /api/bet_types/e2186835-30ef-4479-b211-51e04dda7166/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2186835-30ef-4479-b211-51e04dda7166",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b1b76fd-898c-48b0-ab70-414b5de42a62/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T10:52:12.678977-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": "Dallas Stars",
                "amount": 6603.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8c59a92-cfa0-4a8f-9ea5-f0af2b8b7207",
            "gambit_id": "defd7fa5-dcf6-4096-8088-8811e6a6b0fd",
            "last_updated": "2023-05-05T11:47:09.170908-04:00",
            "created_at": "2023-05-04T10:52:12.680429-04:00",
            "name": "Dallas Stars",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2186835-30ef-4479-b211-51e04dda7166/?format=api"
        },
        {
            "id": "0872366e-305b-476a-b5d4-1c6776a3ac95",
            "gambit_id": "da71e51d-3a4e-438f-a989-4d7a09a8c64d",
            "last_updated": "2023-05-05T11:47:09.172290-04:00",
            "created_at": "2023-05-04T10:52:12.681998-04:00",
            "name": "Seattle Kraken",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2186835-30ef-4479-b211-51e04dda7166/?format=api"
        }
    ]
}