GET /api/bet_types/4cb7c6c1-3794-40d3-9b8e-f3b607f5d7ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cb7c6c1-3794-40d3-9b8e-f3b607f5d7ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa175d5e-9a35-4e05-937c-8753aaa127f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-06T08:32:16.211180-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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1319fc62-3e6c-40e5-a059-901d7d9f4db0",
            "gambit_id": "9dfee3db-c2c4-4cbe-947c-4de18368752a",
            "last_updated": "2023-02-07T10:22:15.807629-05:00",
            "created_at": "2023-02-06T08:32:16.212682-05:00",
            "name": "Game Total Under 234",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb7c6c1-3794-40d3-9b8e-f3b607f5d7ed/?format=api"
        },
        {
            "id": "6a5d9a1b-ff17-4d7e-898e-184ce852d557",
            "gambit_id": "ea53922c-2aaa-466e-9f75-d0f6f004cf2f",
            "last_updated": "2023-02-07T10:22:15.808872-05:00",
            "created_at": "2023-02-06T08:32:16.214055-05:00",
            "name": "Game Total Over 234",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb7c6c1-3794-40d3-9b8e-f3b607f5d7ed/?format=api"
        }
    ]
}