GET /api/bet_types/ed9182dc-9b50-44e3-8694-3fce4d98db29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed9182dc-9b50-44e3-8694-3fce4d98db29",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8846063-f524-4505-b889-48750f23d81c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T08:23:22.271250-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": 5319.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "6583f590-7ede-4686-b73c-fec87378b1a1",
            "gambit_id": "b8aec1a7-9e4f-4f8a-8ae5-80b766f1f51c",
            "last_updated": "2023-11-12T11:18:22.615063-05:00",
            "created_at": "2023-11-10T08:23:22.277146-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed9182dc-9b50-44e3-8694-3fce4d98db29/?format=api"
        },
        {
            "id": "4d1e1580-32c1-4918-a1e5-f6544b5d0a9c",
            "gambit_id": "95233a51-574c-4ead-8a6d-680844009e69",
            "last_updated": "2023-11-12T11:18:22.618356-05:00",
            "created_at": "2023-11-10T08:23:22.283527-05:00",
            "name": "Sacramento Kings",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed9182dc-9b50-44e3-8694-3fce4d98db29/?format=api"
        }
    ]
}