GET /api/bet_types/5b82fc9c-f033-4552-a960-f832c71f2e17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b82fc9c-f033-4552-a960-f832c71f2e17",
    "match": "https://api-prod.gambitprofit.com/api/matches/66afc335-5fe2-4e1e-98a9-9b781f334f6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-28T08:48:07.366241-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": "DET (R Olson)",
                "amount": 5091.0
            },
            {
                "team": "NYY (L Severino)",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 9571.08,
        "profit_sb": 71.08,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6506707-7bae-4feb-93cb-c636563bd1ae",
            "gambit_id": "7677c5b5-db3d-438c-9968-34a74226dcf4",
            "last_updated": "2023-08-29T19:38:16.637318-04:00",
            "created_at": "2023-08-28T08:48:07.375552-04:00",
            "name": "DET (R Olson)",
            "reward": "1.88000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b82fc9c-f033-4552-a960-f832c71f2e17/?format=api"
        },
        {
            "id": "f1fedea1-8df1-4635-bf2a-c9efdfc72365",
            "gambit_id": "f3a66cd9-1937-4ff7-bd93-f9890fb0efda",
            "last_updated": "2023-08-29T19:38:16.632445-04:00",
            "created_at": "2023-08-28T08:48:07.370535-04:00",
            "name": "NYY (L Severino)",
            "reward": "1.95000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b82fc9c-f033-4552-a960-f832c71f2e17/?format=api"
        }
    ]
}