GET /api/bet_types/1986db9c-2f91-4c5c-9417-bce306a20226/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1986db9c-2f91-4c5c-9417-bce306a20226",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bb8e024-e3e2-4a16-9583-f95ffa5cd07f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T09:23:03.910920-04: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": "MIN (B Ober)",
                "amount": 6104.0
            },
            {
                "team": "CWS (J Scholtens)",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "5e91628a-9334-46f7-bae8-b08df36feb78",
            "gambit_id": "9e196ece-d2d4-406b-9b9d-e3453378528c",
            "last_updated": "2023-09-18T08:58:20.642588-04:00",
            "created_at": "2023-09-15T09:23:03.914850-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1986db9c-2f91-4c5c-9417-bce306a20226/?format=api"
        },
        {
            "id": "5dfedb66-1e9e-4dcc-b343-41a50260d0eb",
            "gambit_id": "302e8fea-3480-4e01-8220-3a97ecad71f8",
            "last_updated": "2023-09-18T08:58:20.649088-04:00",
            "created_at": "2023-09-15T09:23:03.918766-04:00",
            "name": "CWS (J Scholtens)",
            "reward": "2.46000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1986db9c-2f91-4c5c-9417-bce306a20226/?format=api"
        }
    ]
}