GET /api/bet_types/27e1705e-acb6-458f-81a7-2388c367b682/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27e1705e-acb6-458f-81a7-2388c367b682",
    "match": "https://api-prod.gambitprofit.com/api/matches/53193c90-8a11-456d-85b8-9eea6a681437/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T09:28:03.599798-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8891b8d0-30c9-4874-b888-714df56a66c2",
            "gambit_id": "5a89ae4d-5c63-42ce-a8f0-d25f6b768226",
            "last_updated": "2023-08-21T10:38:13.724811-04:00",
            "created_at": "2023-08-19T09:28:03.609604-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27e1705e-acb6-458f-81a7-2388c367b682/?format=api"
        },
        {
            "id": "38cac0c9-7eb0-4d8e-918a-69fce4574450",
            "gambit_id": "3561613b-e162-42e2-928f-64b70c77c015",
            "last_updated": "2023-08-21T10:38:13.720465-04:00",
            "created_at": "2023-08-19T09:28:03.605015-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27e1705e-acb6-458f-81a7-2388c367b682/?format=api"
        }
    ]
}