GET /api/bet_types/1fc3e802-7e85-4170-9542-b90aa4d63bc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fc3e802-7e85-4170-9542-b90aa4d63bc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2e0a256-a0d6-4639-82fa-1dd066dbab3c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-05T09:32:59.214715-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "93edede3-1805-4016-85a7-c4e73ac7ab5e",
            "gambit_id": "a8db2158-2144-4aa1-ad55-644b3e3ad945",
            "last_updated": "2024-01-08T14:28:11.116738-05:00",
            "created_at": "2024-01-05T09:32:59.218458-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc3e802-7e85-4170-9542-b90aa4d63bc5/?format=api"
        },
        {
            "id": "00f009d7-405f-4f7d-9037-f4eb6fe55749",
            "gambit_id": "052503d9-3dbd-4a77-8469-8e6d9c3e0bbf",
            "last_updated": "2024-01-08T14:28:11.120124-05:00",
            "created_at": "2024-01-05T09:32:59.222895-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc3e802-7e85-4170-9542-b90aa4d63bc5/?format=api"
        }
    ]
}