GET /api/bet_types/c1f29e20-eeb9-46fd-a383-29d1478b3e1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1f29e20-eeb9-46fd-a383-29d1478b3e1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cee3a4e-0608-4012-8271-1f064413b78b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-10T08:43:00.617778-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 (K Maeda)",
                "amount": 5980.0
            },
            {
                "team": "DET (R Olson)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea1804a4-862b-454c-87af-87829364c1cc",
            "gambit_id": "d45d3810-1921-467f-b3c7-6a59dc8311ee",
            "last_updated": "2023-08-11T11:08:15.217174-04:00",
            "created_at": "2023-08-10T08:43:00.624742-04:00",
            "name": "MIN (K Maeda)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f29e20-eeb9-46fd-a383-29d1478b3e1b/?format=api"
        },
        {
            "id": "7754015d-14c1-450c-b113-c281f4e3caa9",
            "gambit_id": "403ff16d-9db8-4ea6-aa5a-7ee2f57d21b7",
            "last_updated": "2023-08-11T11:08:15.220499-04:00",
            "created_at": "2023-08-10T08:43:00.631354-04:00",
            "name": "DET (R Olson)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f29e20-eeb9-46fd-a383-29d1478b3e1b/?format=api"
        }
    ]
}