GET /api/bet_types/f8af6290-9699-4e12-9ae9-e0bef7740797/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8af6290-9699-4e12-9ae9-e0bef7740797",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0efd5ab-161c-4096-adb6-87df307129c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:57.778578-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": "Orlando Magic",
                "amount": 6935.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "6dc6b704-88c5-4f1b-ba8c-ae4e9e97bd79",
            "gambit_id": "6352d5a2-83db-4641-9cc1-ed5a5013fe87",
            "last_updated": "2024-02-06T09:28:14.269499-05:00",
            "created_at": "2024-02-04T10:42:57.783376-05:00",
            "name": "Orlando Magic",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8af6290-9699-4e12-9ae9-e0bef7740797/?format=api"
        },
        {
            "id": "88cc137a-50e1-4721-b4b0-091db72f667a",
            "gambit_id": "b23c0f58-382e-4159-ac50-6954d8b72f95",
            "last_updated": "2024-02-06T09:28:14.266268-05:00",
            "created_at": "2024-02-04T10:42:57.787615-05:00",
            "name": "Detroit Pistons",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8af6290-9699-4e12-9ae9-e0bef7740797/?format=api"
        }
    ]
}