GET /api/bet_types/8e89aaff-8cb6-4dfb-ad0e-ffb65e53fb96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e89aaff-8cb6-4dfb-ad0e-ffb65e53fb96",
    "match": "https://api-prod.gambitprofit.com/api/matches/45f604d1-64d9-4970-9b2c-bca7b402c06d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T11:43:14.038101-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": "SEA (G Kirby)",
                "amount": 6627.0
            },
            {
                "team": "KAN (A Zerpa)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "0aaf5459-890c-478b-9746-16474b1fc49c",
            "gambit_id": "400e7700-84ad-4e65-bd7a-4b914e28d8d0",
            "last_updated": "2023-08-18T10:28:08.009621-04:00",
            "created_at": "2023-08-17T11:43:14.046748-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e89aaff-8cb6-4dfb-ad0e-ffb65e53fb96/?format=api"
        },
        {
            "id": "98f4e308-ed5e-4434-b70a-40051f0e31f3",
            "gambit_id": "36811850-3178-4321-a5e5-afde91af1bb9",
            "last_updated": "2023-08-18T10:28:08.013205-04:00",
            "created_at": "2023-08-17T11:43:14.054018-04:00",
            "name": "KAN (A Zerpa)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e89aaff-8cb6-4dfb-ad0e-ffb65e53fb96/?format=api"
        }
    ]
}