GET /api/bet_types/a279d0a8-7df2-489f-aa4c-04389fc821a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a279d0a8-7df2-489f-aa4c-04389fc821a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/667df783-dd79-4290-8a0f-e010813d98a6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-28T12:37:00.443353-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1f9ff0c-cb0f-4244-a75d-1cf2e366bc61",
            "gambit_id": "1593341d-9362-4745-8f85-5ebc3c752a5f",
            "last_updated": "2023-03-01T09:37:04.807093-05:00",
            "created_at": "2023-02-28T12:37:00.444617-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a279d0a8-7df2-489f-aa4c-04389fc821a4/?format=api"
        },
        {
            "id": "0fe258b8-60fc-47cd-abfa-9423100c78fa",
            "gambit_id": "bc56e577-200b-4223-8f6f-7a2a67a94226",
            "last_updated": "2023-03-01T09:37:04.808269-05:00",
            "created_at": "2023-02-28T12:37:00.445900-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a279d0a8-7df2-489f-aa4c-04389fc821a4/?format=api"
        }
    ]
}