GET /api/bet_types/bd2b01e6-9604-45c9-99ca-7c0e52daedd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd2b01e6-9604-45c9-99ca-7c0e52daedd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0640c02c-5eef-4e29-b297-b9107655f278/?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": "Clemson",
                "amount": 7076.0
            },
            {
                "team": "Wake Forest",
                "amount": 2924.0
            }
        ],
        "expected_reward_tokens": 9269.08,
        "profit_sb": 269.08,
        "profit_sb_percentage": 2.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9acbfdf-bbbc-4610-a2f1-8e8ed6854aeb",
            "gambit_id": "07f1f64e-8dc3-4cf5-8261-8fa92aefcf19",
            "last_updated": "2022-09-25T11:17:04.973062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.31000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2b01e6-9604-45c9-99ca-7c0e52daedd8/?format=api"
        },
        {
            "id": "0e1d574e-21b3-4ed3-89fa-c9cce9bcde88",
            "gambit_id": "f79dc57f-30a9-4602-b240-5bcf56143ddd",
            "last_updated": "2022-09-25T11:17:04.972055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "3.17000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2b01e6-9604-45c9-99ca-7c0e52daedd8/?format=api"
        }
    ]
}