GET /api/bet_types/036f803b-88c3-408b-b458-4bd71fb95196/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "036f803b-88c3-408b-b458-4bd71fb95196",
    "match": "https://api-prod.gambitprofit.com/api/matches/79d2e773-f4e2-4591-8311-cb6f8ed62955/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "UAB",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UAB",
                "amount": 8558.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 1442.0
            }
        ],
        "expected_reward_tokens": 9328.22,
        "profit_sb": 328.22,
        "profit_sb_percentage": 3.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "0166e46d-469c-418d-a0d6-606d2d4ba490",
            "gambit_id": "f89563d6-95b7-464f-b801-741a8c2ef3f8",
            "last_updated": "2022-11-28T09:57:13.520599-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.09000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036f803b-88c3-408b-b458-4bd71fb95196/?format=api"
        },
        {
            "id": "1f7ed459-3fc1-421e-80c9-411389c14080",
            "gambit_id": "aa204729-a46c-4b7f-93b3-28d0064aa3bd",
            "last_updated": "2022-11-28T09:57:13.519641-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "6.47000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036f803b-88c3-408b-b458-4bd71fb95196/?format=api"
        }
    ]
}