GET /api/bet_types/4ed96572-2359-4b43-8ccf-550c3ed4bc35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ed96572-2359-4b43-8ccf-550c3ed4bc35",
    "match": "https://api-prod.gambitprofit.com/api/matches/57f3d225-b265-4c62-a22c-5055e275a79b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:13.837977-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 Under 42.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 42.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "07bdac14-4a3a-4394-a473-1c6c1b897d8c",
            "gambit_id": "89dcf786-134d-4592-865e-d3e2003ee874",
            "last_updated": "2023-10-03T10:13:10.301830-04:00",
            "created_at": "2023-09-28T10:08:13.846445-04:00",
            "name": "Game Total Under 42.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ed96572-2359-4b43-8ccf-550c3ed4bc35/?format=api"
        },
        {
            "id": "56643862-cc91-40b5-b704-e899fb214d3c",
            "gambit_id": "da2a9998-39c4-473c-a6f8-35589d960d2d",
            "last_updated": "2023-10-03T10:13:10.296579-04:00",
            "created_at": "2023-09-28T10:08:13.842153-04:00",
            "name": "Game Total Over 42.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ed96572-2359-4b43-8ccf-550c3ed4bc35/?format=api"
        }
    ]
}