GET /api/bet_types/8f5c8d3a-998e-45e5-94f4-cc8c45f37268/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f5c8d3a-998e-45e5-94f4-cc8c45f37268",
    "match": "https://api-prod.gambitprofit.com/api/matches/06e8bfdb-9616-483f-afb3-65e03b651f09/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-22T09:58:22.290453-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": "ATL (C Morton)",
                "amount": 6885.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "70ed530b-13e2-4812-9e2d-af4f80206aea",
            "gambit_id": "e1daf4cd-8773-4f54-8553-5be1d78fd080",
            "last_updated": "2023-09-23T20:58:09.506682-04:00",
            "created_at": "2023-09-22T09:58:22.294834-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f5c8d3a-998e-45e5-94f4-cc8c45f37268/?format=api"
        },
        {
            "id": "935a6074-e860-4043-ad26-21e391f8b3a6",
            "gambit_id": "9c56da15-fb03-423f-b1bf-e5739ca0ca00",
            "last_updated": "2023-09-23T20:58:09.510230-04:00",
            "created_at": "2023-09-22T09:58:22.299773-04:00",
            "name": "WAS (P Corbin)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f5c8d3a-998e-45e5-94f4-cc8c45f37268/?format=api"
        }
    ]
}