GET /api/bet_types/3c4e2cbb-951f-41d5-930d-03ec925096a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c4e2cbb-951f-41d5-930d-03ec925096a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/979dde07-f2ad-4a1b-adf7-ce0911d1a0ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:28:12.076891-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 Over 2.5",
                "amount": 6714.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": -234.68,
        "profit_sb_percentage": -2.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "01181e65-ee81-4e71-a3d9-08a3c3e10180",
            "gambit_id": "fc7c4c30-0ade-4186-8886-efa444d74811",
            "last_updated": "2023-12-05T21:13:17.395731-05:00",
            "created_at": "2023-12-01T19:28:12.081437-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c4e2cbb-951f-41d5-930d-03ec925096a6/?format=api"
        },
        {
            "id": "ac6fe36b-a1c1-4dad-b4d3-47be3a0cc3eb",
            "gambit_id": "64abb90b-a549-4d15-94a0-ff9780fdcce6",
            "last_updated": "2023-12-05T21:13:17.399254-05:00",
            "created_at": "2023-12-01T19:28:12.085643-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c4e2cbb-951f-41d5-930d-03ec925096a6/?format=api"
        }
    ]
}