GET /api/bet_types/eee3532f-339a-45b6-9ccb-c4569491d968/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eee3532f-339a-45b6-9ccb-c4569491d968",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e83d849-4244-4981-b049-412ec382d84c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-02T09:33:16.229241-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": "PHI (A Nola)",
                "amount": 5615.0
            },
            {
                "team": "MIL (C Rea)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "dca9917e-2af2-46c5-ad91-ba18d42a3747",
            "gambit_id": "c95ca4c7-d7a5-46ff-a5bf-2f0586fc2d97",
            "last_updated": "2023-09-03T12:43:14.305198-04:00",
            "created_at": "2023-09-02T09:33:16.232892-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee3532f-339a-45b6-9ccb-c4569491d968/?format=api"
        },
        {
            "id": "c2c2d255-58ed-4697-8bf3-af9675b98211",
            "gambit_id": "65d67f73-5e0c-4560-8909-bca7af87f574",
            "last_updated": "2023-09-03T12:43:14.308381-04:00",
            "created_at": "2023-09-02T09:33:16.236829-04:00",
            "name": "MIL (C Rea)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee3532f-339a-45b6-9ccb-c4569491d968/?format=api"
        }
    ]
}