GET /api/bet_types/6404c951-d6fb-479f-b6bb-26c8c8e26a65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6404c951-d6fb-479f-b6bb-26c8c8e26a65",
    "match": "https://api-prod.gambitprofit.com/api/matches/7975af2d-825f-4471-9bc7-24dae0debd08/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Cleveland Cavaliers",
                "amount": 7406.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 2594.0
            }
        ],
        "expected_reward_tokens": 9182.76,
        "profit_sb": 182.76,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "f21c6f66-2701-4498-a7f1-f9eca6ff8182",
            "gambit_id": "71add592-d334-4028-a6a1-492f05f7e992",
            "last_updated": "2022-12-19T10:32:30.456758-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.24000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6404c951-d6fb-479f-b6bb-26c8c8e26a65/?format=api"
        },
        {
            "id": "f4a99c63-1196-4f84-a826-41f4400a41a0",
            "gambit_id": "c028571d-c7ee-4923-8d15-a0515ea4925d",
            "last_updated": "2022-12-19T10:32:30.457800-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "3.54000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6404c951-d6fb-479f-b6bb-26c8c8e26a65/?format=api"
        }
    ]
}