GET /api/bet_types/a9faeec0-8bc4-4e8f-91a5-c3eab85003b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9faeec0-8bc4-4e8f-91a5-c3eab85003b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/213b7fd9-62a8-4419-9d8b-95b72760d90f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 6211.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3789.0
            }
        ],
        "expected_reward_tokens": 8942.04,
        "profit_sb": -557.96,
        "profit_sb_percentage": -5.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a7336c3-f63d-4b82-adf6-ba136ca0ebea",
            "gambit_id": "fd3a89c6-e051-4250-9a44-912a8d2af62a",
            "last_updated": "2022-10-03T18:46:50.004196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9faeec0-8bc4-4e8f-91a5-c3eab85003b1/?format=api"
        },
        {
            "id": "6be07c47-2aa0-4047-86de-436c53e27b78",
            "gambit_id": "3e4e2b89-78b3-410f-9f12-968fd17e26ed",
            "last_updated": "2022-10-03T18:46:50.003006-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9faeec0-8bc4-4e8f-91a5-c3eab85003b1/?format=api"
        }
    ]
}