GET /api/bet_types/68b29eac-b104-41f1-89cd-ce832a25e9a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68b29eac-b104-41f1-89cd-ce832a25e9a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0c9915e-2261-439a-805d-30d43c9e5af8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:11.417361-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": "Carolina Hurricanes",
                "amount": 6314.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0957fba-8b21-4945-85e4-1b157bbc288f",
            "gambit_id": "0465693d-7e32-4ee1-98b2-5ee1bfdcc23a",
            "last_updated": "2023-10-31T19:53:07.350647-04:00",
            "created_at": "2023-10-30T08:58:11.421930-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68b29eac-b104-41f1-89cd-ce832a25e9a6/?format=api"
        },
        {
            "id": "1d86a678-d646-4f7d-9a01-2d9e2fa262fb",
            "gambit_id": "55543646-7496-4779-b384-84de02025566",
            "last_updated": "2023-10-31T19:53:07.346885-04:00",
            "created_at": "2023-10-30T08:58:11.426347-04:00",
            "name": "Philadelphia Flyers",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68b29eac-b104-41f1-89cd-ce832a25e9a6/?format=api"
        }
    ]
}