GET /api/bet_types/0b18e899-3e74-4a10-b20e-64dc9793ba61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b18e899-3e74-4a10-b20e-64dc9793ba61",
    "match": "https://api-prod.gambitprofit.com/api/matches/497a89bd-ccf6-4ab6-9862-73d26541fea4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-24T08:57:58.935059-04: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 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "20dfaadf-fcd2-4d43-ab99-c2c3d79132b8",
            "gambit_id": "93cb65f8-7936-48d3-b259-440ce235bcfc",
            "last_updated": "2023-10-26T10:13:04.782727-04:00",
            "created_at": "2023-10-24T08:57:58.938532-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b18e899-3e74-4a10-b20e-64dc9793ba61/?format=api"
        },
        {
            "id": "64172b1c-912c-416c-ad89-ed665a4b02be",
            "gambit_id": "2bda21d1-2e1e-40b7-a0cf-faf43fc4fb85",
            "last_updated": "2023-10-26T10:13:04.786309-04:00",
            "created_at": "2023-10-24T08:57:58.942242-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b18e899-3e74-4a10-b20e-64dc9793ba61/?format=api"
        }
    ]
}