GET /api/bet_types/5cea80e6-1ed2-4887-9631-eb4f75e171b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cea80e6-1ed2-4887-9631-eb4f75e171b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c224ff55-bf37-4bd4-8aaa-7fab00e28e1c/?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": "New York Rangers",
                "amount": 6047.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c6af931-2162-47e5-8ed5-f8e346496303",
            "gambit_id": "a24d710f-d2a2-4a86-8ead-e8c6d6631e94",
            "last_updated": "2022-12-06T11:26:56.403270-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cea80e6-1ed2-4887-9631-eb4f75e171b6/?format=api"
        },
        {
            "id": "d0bf4c70-70d9-407f-aaf0-1cf538aadcd5",
            "gambit_id": "74103ad7-8e3a-4ee6-891b-10ecfacb3d4c",
            "last_updated": "2022-12-06T11:26:56.404247-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cea80e6-1ed2-4887-9631-eb4f75e171b6/?format=api"
        }
    ]
}