GET /api/bet_types/00081850-33e0-483f-aae4-833000945e3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00081850-33e0-483f-aae4-833000945e3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/434ce18f-a988-4d9e-8c1c-4fd3b7d87857/?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 (N Syndergaard)",
                "amount": 6643.0
            },
            {
                "team": "WAS (P Espino)",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9298.89,
        "profit_sb": 298.89,
        "profit_sb_percentage": 3.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb868858-3d85-4cc1-9526-852bc47b3cf4",
            "gambit_id": "bdaaee3c-6bcb-4a3f-adac-9c73c5864642",
            "last_updated": "2022-08-05T10:01:56.121828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (N Syndergaard)",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00081850-33e0-483f-aae4-833000945e3d/?format=api"
        },
        {
            "id": "a6a9f816-43c7-48a5-b57f-9528ac118635",
            "gambit_id": "9b8d0e47-a630-49fb-b6cc-44b9eb65c62c",
            "last_updated": "2022-08-05T10:01:56.122352-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Espino)",
            "reward": "2.77000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00081850-33e0-483f-aae4-833000945e3d/?format=api"
        }
    ]
}