GET /api/bet_types/2e918e05-d782-4bfe-be2c-042446cd0b93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e918e05-d782-4bfe-be2c-042446cd0b93",
    "match": "https://api-prod.gambitprofit.com/api/matches/77133ecb-32d9-4572-a763-dea5d2eb0fec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-27T10:18:17.114464-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "166225b8-a32c-4c6f-b3b0-aed4b500ff2a",
            "gambit_id": "ba3b3bda-4a81-46dc-8d18-70f4359da486",
            "last_updated": "2023-10-30T15:03:11.100456-04:00",
            "created_at": "2023-10-27T10:18:17.118297-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e918e05-d782-4bfe-be2c-042446cd0b93/?format=api"
        },
        {
            "id": "b8a6a05a-4111-4e2a-a482-ace5a79939d6",
            "gambit_id": "ab3216f3-5aa1-49ea-8eb5-830f247b2b1c",
            "last_updated": "2023-10-30T15:03:11.104205-04:00",
            "created_at": "2023-10-27T10:18:17.122508-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e918e05-d782-4bfe-be2c-042446cd0b93/?format=api"
        }
    ]
}