GET /api/bet_types/8376cac8-b4ff-461f-88b1-7d7bd782dabb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8376cac8-b4ff-461f-88b1-7d7bd782dabb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fbcc212-d104-4cab-90ed-484d6afdcec7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:07.515692-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3912e4e-d0aa-4b42-9bd7-8bf75ab2aea2",
            "gambit_id": "61826d24-d9af-44c0-95a9-c1e7d59a435d",
            "last_updated": "2023-12-18T10:52:59.468544-05:00",
            "created_at": "2023-12-15T09:13:07.519684-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8376cac8-b4ff-461f-88b1-7d7bd782dabb/?format=api"
        },
        {
            "id": "6ec7d10a-21f3-4740-82da-2c3bf9ba62f8",
            "gambit_id": "333d5c26-74a8-4cb6-9e24-63663afb1a92",
            "last_updated": "2023-12-18T10:52:59.471953-05:00",
            "created_at": "2023-12-15T09:13:07.525373-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8376cac8-b4ff-461f-88b1-7d7bd782dabb/?format=api"
        }
    ]
}