GET /api/bet_types/fe5b4083-52da-4338-9d22-a07ca6203b12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe5b4083-52da-4338-9d22-a07ca6203b12",
    "match": "https://api-prod.gambitprofit.com/api/matches/392f6cc6-2e59-4f7e-8780-380e31fe2226/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:47:00.954599-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 (M Lorenzen)",
                "amount": 5234.0
            },
            {
                "team": "CWS (J Scholtens)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "0fdd19bf-4086-4cbc-928c-aba3a968d507",
            "gambit_id": "04c23783-22e6-4b1b-b05c-765bf70acae9",
            "last_updated": "2023-05-29T11:47:17.919182-04:00",
            "created_at": "2023-05-27T10:47:00.961808-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe5b4083-52da-4338-9d22-a07ca6203b12/?format=api"
        },
        {
            "id": "4e3d453b-7e92-4c6a-b2c0-cfc048352ca1",
            "gambit_id": "79ad68d0-4d14-479a-9b5f-46264a71dffa",
            "last_updated": "2023-05-29T11:47:17.917667-04:00",
            "created_at": "2023-05-27T10:47:00.958039-04:00",
            "name": "CWS (J Scholtens)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe5b4083-52da-4338-9d22-a07ca6203b12/?format=api"
        }
    ]
}