GET /api/bet_types/ffc5396e-7664-41ab-9173-4b5977b06f0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffc5396e-7664-41ab-9173-4b5977b06f0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d157bb95-92fb-4590-9110-99c30a741d51/?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": 6384.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 3616.0
            }
        ],
        "expected_reward_tokens": 9256.8,
        "profit_sb": 256.8,
        "profit_sb_percentage": 2.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b2514e6-cbfd-4274-baf7-28552600bf8c",
            "gambit_id": "69f22a3d-7f62-4a96-b498-4dbe6592a383",
            "last_updated": "2022-09-10T22:02:15.021968-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (N Syndergaard)",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffc5396e-7664-41ab-9173-4b5977b06f0e/?format=api"
        },
        {
            "id": "367cc029-ce4e-42cc-8ccc-b9064f54ed00",
            "gambit_id": "c7313c7e-fc19-4f1d-89ad-cddfdd6d9168",
            "last_updated": "2022-09-10T22:02:15.022915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Corbin)",
            "reward": "2.56000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffc5396e-7664-41ab-9173-4b5977b06f0e/?format=api"
        }
    ]
}