GET /api/bet_types/22c8b97e-25dd-4ff7-ba3d-7eef3b01a622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22c8b97e-25dd-4ff7-ba3d-7eef3b01a622",
    "match": "https://api-prod.gambitprofit.com/api/matches/28b1f883-d223-4154-80bf-271c089c1a96/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T09:07:14.978552-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": "Game Total Under 5.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4613117-ab18-4dae-bb8b-89fa8b4d2249",
            "gambit_id": "28d64313-9a64-4534-8e30-413d7242cf71",
            "last_updated": "2023-02-19T16:02:15.565656-05:00",
            "created_at": "2023-02-18T09:07:14.980041-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c8b97e-25dd-4ff7-ba3d-7eef3b01a622/?format=api"
        },
        {
            "id": "439fa6ef-bb32-4f2b-a911-ed7b2a4aa15f",
            "gambit_id": "6774a1d5-39b3-4508-90e7-a18f4910c9c5",
            "last_updated": "2023-02-19T16:02:15.567938-05:00",
            "created_at": "2023-02-18T09:07:14.981382-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c8b97e-25dd-4ff7-ba3d-7eef3b01a622/?format=api"
        }
    ]
}