GET /api/bet_types/eb66de72-f5c6-47b8-9642-db83f7562201/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb66de72-f5c6-47b8-9642-db83f7562201",
    "match": "https://api-prod.gambitprofit.com/api/matches/03a89cbd-de8d-4eb9-972f-4f8da3c5c8ed/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:28:11.603322-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": 5789.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b15b246-3e58-493f-b29d-68a78f1f411e",
            "gambit_id": "77cb724a-1fe4-40ab-8082-1a51975d445b",
            "last_updated": "2023-12-05T21:08:17.413875-05:00",
            "created_at": "2023-12-01T19:28:11.612614-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.60000",
            "odds": "1.62000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb66de72-f5c6-47b8-9642-db83f7562201/?format=api"
        },
        {
            "id": "28b2eeab-374d-4cc1-be46-d3a218ac6a2c",
            "gambit_id": "08458962-55dd-469f-9465-433b7feb01f9",
            "last_updated": "2023-12-05T21:08:17.410581-05:00",
            "created_at": "2023-12-01T19:28:11.607908-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb66de72-f5c6-47b8-9642-db83f7562201/?format=api"
        }
    ]
}