GET /api/bet_types/d3b6540f-123f-4b56-9097-9db6726091d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3b6540f-123f-4b56-9097-9db6726091d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d574d00b-5252-4089-a1b2-ffce2febe468/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T09:12:06.715628-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e14ced7e-cc02-4105-aec2-c7718ad37d29",
            "gambit_id": "78d26c43-1727-40ea-84cb-d78e5640db2d",
            "last_updated": "2023-03-20T10:47:09.222655-04:00",
            "created_at": "2023-03-19T09:12:06.718738-04:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b6540f-123f-4b56-9097-9db6726091d7/?format=api"
        },
        {
            "id": "f6460411-9718-4f84-91c0-9cc203c94ee6",
            "gambit_id": "e4b62c8d-5b0e-44c3-8fb1-f63034a87231",
            "last_updated": "2023-03-20T10:47:09.220914-04:00",
            "created_at": "2023-03-19T09:12:06.717108-04:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b6540f-123f-4b56-9097-9db6726091d7/?format=api"
        }
    ]
}