GET /api/bet_types/ce836dd5-be9d-414b-b03a-592deb74223b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce836dd5-be9d-414b-b03a-592deb74223b",
    "match": "https://api-prod.gambitprofit.com/api/matches/88f75c64-f834-4d4f-af2c-7b75b0df97d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:07:59.686216-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": 5688.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "e963eb5a-9ee5-4e15-b519-af664d9117ef",
            "gambit_id": "53e78e5c-6947-48a6-bc56-e354c77b0230",
            "last_updated": "2023-11-27T09:58:34.057625-05:00",
            "created_at": "2023-11-24T09:07:59.691007-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce836dd5-be9d-414b-b03a-592deb74223b/?format=api"
        },
        {
            "id": "0d1db4be-364c-4a6e-943c-ac049d57ae25",
            "gambit_id": "5883f6bf-a50e-4e5e-9356-dc9821f9a62a",
            "last_updated": "2023-11-27T09:58:34.061053-05:00",
            "created_at": "2023-11-24T09:07:59.695561-05:00",
            "name": "Washington Capitals",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce836dd5-be9d-414b-b03a-592deb74223b/?format=api"
        }
    ]
}