GET /api/bet_types/dbc4404c-cff6-4a51-b36c-7df1c599794c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbc4404c-cff6-4a51-b36c-7df1c599794c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e72505e-8212-4ec9-b32a-e50acaa83cbe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-10T15:32:00.242216-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "036415b9-7653-4176-920d-891ab43beb89",
            "gambit_id": "09326741-2002-49fd-829e-9a5d4e6bc240",
            "last_updated": "2023-01-11T10:46:57.494735-05:00",
            "created_at": "2023-01-10T15:32:00.245112-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc4404c-cff6-4a51-b36c-7df1c599794c/?format=api"
        },
        {
            "id": "57e68618-0928-4eb5-9bd7-6fd1ac1227a0",
            "gambit_id": "d4808101-fcb2-40b6-aa5d-4e49fa829884",
            "last_updated": "2023-01-11T10:46:57.493606-05:00",
            "created_at": "2023-01-10T15:32:00.243770-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc4404c-cff6-4a51-b36c-7df1c599794c/?format=api"
        }
    ]
}