GET /api/bet_types/4d056787-65c0-4cb8-85a1-1a52cf207666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d056787-65c0-4cb8-85a1-1a52cf207666",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ebdfc43-6894-4f7b-9ddc-ea22380e8c71/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:01.659689-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": "Oklahoma City Thunder",
                "amount": 8486.0
            },
            {
                "team": "Utah Jazz",
                "amount": 1514.0
            }
        ],
        "expected_reward_tokens": 9504.32,
        "profit_sb": 4.32,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2f61439-d739-4005-8a05-436912e3b16a",
            "gambit_id": "c203023c-6924-4d29-8227-dd69ebc360e3",
            "last_updated": "2023-12-12T21:43:21.160876-05:00",
            "created_at": "2023-12-11T09:38:01.669240-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d056787-65c0-4cb8-85a1-1a52cf207666/?format=api"
        },
        {
            "id": "c9fc18cd-7ffb-406a-be78-2891df8db444",
            "gambit_id": "2db27b0e-12c3-4846-9818-6378a3495d83",
            "last_updated": "2023-12-12T21:43:21.157572-05:00",
            "created_at": "2023-12-11T09:38:01.664125-05:00",
            "name": "Utah Jazz",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d056787-65c0-4cb8-85a1-1a52cf207666/?format=api"
        }
    ]
}