GET /api/bet_types/5c7b3bdc-bbb1-46c3-884d-1a5f7619ac5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c7b3bdc-bbb1-46c3-884d-1a5f7619ac5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/721092de-50da-4344-902c-5a02607cd053/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-27T10:18:18.156483-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 Under 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "61c32834-4165-4a51-8363-32e10bdbed82",
            "gambit_id": "dbc6ef85-1fb3-4b55-bb02-e6b0d242e2aa",
            "last_updated": "2023-10-30T15:03:12.300421-04:00",
            "created_at": "2023-10-27T10:18:18.165445-04:00",
            "name": "Game Total Under 221.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c7b3bdc-bbb1-46c3-884d-1a5f7619ac5c/?format=api"
        },
        {
            "id": "bf0cc8bf-6727-4e1f-9379-5ca46ee7c1e4",
            "gambit_id": "9e645305-875a-41a7-88c6-4517c67a731e",
            "last_updated": "2023-10-30T15:03:12.304658-04:00",
            "created_at": "2023-10-27T10:18:18.160469-04:00",
            "name": "Game Total Over 221.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c7b3bdc-bbb1-46c3-884d-1a5f7619ac5c/?format=api"
        }
    ]
}