GET /api/bet_types/1da89c1e-dba2-415b-a0df-ec9432dac379/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1da89c1e-dba2-415b-a0df-ec9432dac379",
    "match": "https://api-prod.gambitprofit.com/api/matches/d18fe361-a941-4dd1-ae29-512db7e31f90/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-15T09:18:13.776308-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": "Edmonton Oilers",
                "amount": 6314.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "a759a4c4-2626-4553-a529-b50a618253d0",
            "gambit_id": "06128cdc-2f54-4b76-a6bd-b6f470a7d056",
            "last_updated": "2023-11-17T09:33:25.401097-05:00",
            "created_at": "2023-11-15T09:18:13.786033-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1da89c1e-dba2-415b-a0df-ec9432dac379/?format=api"
        },
        {
            "id": "8c7e8961-af6f-42ea-a529-cd5db48bf954",
            "gambit_id": "43708d74-692c-42f9-baae-330c41bfd86b",
            "last_updated": "2023-11-17T09:33:25.397743-05:00",
            "created_at": "2023-11-15T09:18:13.780769-05:00",
            "name": "Seattle Kraken",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1da89c1e-dba2-415b-a0df-ec9432dac379/?format=api"
        }
    ]
}