GET /api/bet_types/0df79837-70fd-49b7-ade9-dd7bbd89976d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0df79837-70fd-49b7-ade9-dd7bbd89976d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a115ee84-0848-4d44-9879-b95955b4e9fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T10:17:00.596548-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": 5213.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "23b366f3-09de-4fb8-a85e-81bfb31add86",
            "gambit_id": "28e1ced5-52ec-4960-a27d-312541e3fbc0",
            "last_updated": "2023-03-04T12:46:54.761758-05:00",
            "created_at": "2023-03-03T10:17:00.597944-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0df79837-70fd-49b7-ade9-dd7bbd89976d/?format=api"
        },
        {
            "id": "99f87451-d618-4467-b9b0-0530e5ee2b02",
            "gambit_id": "cb15a746-e508-4ad3-ae05-5d42a980dd7d",
            "last_updated": "2023-03-04T12:46:54.762905-05:00",
            "created_at": "2023-03-03T10:17:00.599350-05:00",
            "name": "Utah Jazz",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0df79837-70fd-49b7-ade9-dd7bbd89976d/?format=api"
        }
    ]
}