GET /api/bet_types/d9355982-6257-4644-bd20-362d818c412f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9355982-6257-4644-bd20-362d818c412f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5a640e4-d023-4337-87f2-bbec8f560165/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T09:27:14.616538-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 219.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 219.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e4b0f3c-dcb8-47a1-8e11-101f12bde67f",
            "gambit_id": "9bc481ee-af13-48ac-ba55-e80b264f616c",
            "last_updated": "2023-04-08T20:47:04.637147-04:00",
            "created_at": "2023-04-07T09:27:14.620764-04:00",
            "name": "Game Total Over 219.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9355982-6257-4644-bd20-362d818c412f/?format=api"
        },
        {
            "id": "691b2a83-0eeb-43c5-b2aa-4ff7c3e2de71",
            "gambit_id": "e5529a76-fea5-4ed0-9f98-c7f54b1c77b4",
            "last_updated": "2023-04-08T20:47:04.634320-04:00",
            "created_at": "2023-04-07T09:27:14.618666-04:00",
            "name": "Game Total Under 219.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9355982-6257-4644-bd20-362d818c412f/?format=api"
        }
    ]
}