GET /api/bet_types/3c374c45-67de-4d42-a911-90f4b5d4cd1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c374c45-67de-4d42-a911-90f4b5d4cd1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/facc7f26-1f45-4266-aed9-87df3c1f0f43/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:07:59.991806-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": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c2e2b41-1472-4ee8-b8de-57e9b5100cf0",
            "gambit_id": "ce4fcfe2-f525-457d-b567-035505f2f650",
            "last_updated": "2023-11-27T09:58:19.454811-05:00",
            "created_at": "2023-11-24T09:07:59.995523-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c374c45-67de-4d42-a911-90f4b5d4cd1d/?format=api"
        },
        {
            "id": "223fcbda-35e2-4025-b097-a5354ee6ed1d",
            "gambit_id": "90b7a465-6d7f-4d9f-9ef0-9e4d4f29822e",
            "last_updated": "2023-11-27T09:58:19.458250-05:00",
            "created_at": "2023-11-24T09:08:00.002059-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c374c45-67de-4d42-a911-90f4b5d4cd1d/?format=api"
        }
    ]
}