GET /api/bet_types/d50ee9b5-8e88-43c7-a2a3-23bc38a5734e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d50ee9b5-8e88-43c7-a2a3-23bc38a5734e",
    "match": "https://api-prod.gambitprofit.com/api/matches/48fba8be-12a0-41f7-856d-523045a383a6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:59.548589-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 Over 6.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "570e6c3c-046c-4102-9113-78896655f97a",
            "gambit_id": "2a5e1075-3266-4eed-88d0-91e18defb55d",
            "last_updated": "2023-01-16T09:57:13.252193-05:00",
            "created_at": "2023-01-14T08:26:59.557180-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d50ee9b5-8e88-43c7-a2a3-23bc38a5734e/?format=api"
        },
        {
            "id": "18b3d77c-d855-451b-9459-d99b20775238",
            "gambit_id": "f83f61d5-b851-4a86-9396-77e91926f739",
            "last_updated": "2023-01-16T09:57:13.249016-05:00",
            "created_at": "2023-01-14T08:26:59.551492-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d50ee9b5-8e88-43c7-a2a3-23bc38a5734e/?format=api"
        }
    ]
}