GET /api/bet_types/4be461a5-dcad-452f-baa1-8b4ffa46a1f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4be461a5-dcad-452f-baa1-8b4ffa46a1f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd05a3ee-0f2f-4b20-b0e9-3bf0c9bc77a4/?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": "Florida Panthers",
                "amount": 7500.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2500.0
            }
        ],
        "expected_reward_tokens": 9525.0,
        "profit_sb": 25.0,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf2b67fe-ed06-427f-8884-e02c7567adf7",
            "gambit_id": "a669189a-fd96-4945-bb87-358518de79b0",
            "last_updated": "2022-10-20T09:22:01.183537-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be461a5-dcad-452f-baa1-8b4ffa46a1f5/?format=api"
        },
        {
            "id": "415ad821-7c74-4fec-9b34-88b3c4c3b69b",
            "gambit_id": "ee2c3b15-35a5-467b-ac2e-8ff360ca40ec",
            "last_updated": "2022-10-20T09:22:01.184565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be461a5-dcad-452f-baa1-8b4ffa46a1f5/?format=api"
        }
    ]
}