GET /api/bet_types/b9bdb50d-0406-481f-87c1-f8c4b16855f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9bdb50d-0406-481f-87c1-f8c4b16855f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5411949f-9a03-48c8-b810-2df5dbf78c29/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:04.057311-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 Under 2.5",
                "amount": 5148.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4852.0
            }
        ],
        "expected_reward_tokens": 9266.4,
        "profit_sb": -233.6,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "9164f678-2e76-492d-b8b8-84bcdc4741b7",
            "gambit_id": "59dee558-767a-427d-a978-6998d009e437",
            "last_updated": "2023-12-07T21:58:08.249401-05:00",
            "created_at": "2023-12-06T09:13:04.061211-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9bdb50d-0406-481f-87c1-f8c4b16855f9/?format=api"
        },
        {
            "id": "8824bd93-6f82-4e0c-96e7-09948dd802b4",
            "gambit_id": "afecf8e9-4f22-4cb4-a90b-0889733f7a1d",
            "last_updated": "2023-12-07T21:58:08.258527-05:00",
            "created_at": "2023-12-06T09:13:04.067009-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9bdb50d-0406-481f-87c1-f8c4b16855f9/?format=api"
        }
    ]
}