GET /api/bet_types/ab93ebaf-5231-4688-854a-99c22f939be1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab93ebaf-5231-4688-854a-99c22f939be1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cc62a35-01ed-4eaa-85b6-91a773d067f5/?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": "PHI (Z Wheeler)",
                "amount": 6594.0
            },
            {
                "team": "MIA (B Garrett)",
                "amount": 3406.0
            }
        ],
        "expected_reward_tokens": 9297.54,
        "profit_sb": 297.54,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5780cca-fa53-469d-b370-f6aad6fab69d",
            "gambit_id": "0c139c2a-6d5b-41f6-a42e-943dafd47031",
            "last_updated": "2022-08-10T10:16:57.500893-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab93ebaf-5231-4688-854a-99c22f939be1/?format=api"
        },
        {
            "id": "3ffc0a8d-58c6-42a2-8bb8-a6d12b62201d",
            "gambit_id": "8c5110b9-1a89-42f6-8d7f-80a04adb9a97",
            "last_updated": "2022-08-10T10:16:57.501317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (B Garrett)",
            "reward": "2.73000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab93ebaf-5231-4688-854a-99c22f939be1/?format=api"
        }
    ]
}