GET /api/bet_types/36db9837-f823-49d6-9c1a-47eb5f122ee6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36db9837-f823-49d6-9c1a-47eb5f122ee6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb2c2303-467e-424a-8684-9061a2b30a13/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-07T12:18:15.321946-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": "Game Total Over 7.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ad0d5d5-2454-401b-8942-49cf98b02f5d",
            "gambit_id": "af0d4636-c465-446d-bc43-d44e7ecdea92",
            "last_updated": "2023-10-09T08:58:12.562716-04:00",
            "created_at": "2023-10-07T12:18:15.331740-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36db9837-f823-49d6-9c1a-47eb5f122ee6/?format=api"
        },
        {
            "id": "e12874a8-2ba8-45a5-901e-5e83219adf07",
            "gambit_id": "d83afb5d-7817-44c7-b5eb-f3030ffaba12",
            "last_updated": "2023-10-09T08:58:12.559414-04:00",
            "created_at": "2023-10-07T12:18:15.327448-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36db9837-f823-49d6-9c1a-47eb5f122ee6/?format=api"
        }
    ]
}