GET /api/bet_types/d58c9b92-7ee7-49bf-8ff1-e629cfb76094/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d58c9b92-7ee7-49bf-8ff1-e629cfb76094",
    "match": "https://api-prod.gambitprofit.com/api/matches/be9b31e2-a228-4a96-a6b1-ea18f0971abc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:06.228505-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 Under 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c9f56e8-19d3-486e-8ed0-8d6bd2a905c9",
            "gambit_id": "529f254e-411c-4fee-8143-eb94c2c3b175",
            "last_updated": "2023-01-30T17:46:58.229974-05:00",
            "created_at": "2023-01-28T09:42:06.229789-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d58c9b92-7ee7-49bf-8ff1-e629cfb76094/?format=api"
        },
        {
            "id": "dacb89d1-9777-42a8-bc92-05923ad831d9",
            "gambit_id": "98545610-2dbc-4cac-af69-f0d781cfa23e",
            "last_updated": "2023-01-30T17:46:58.231134-05:00",
            "created_at": "2023-01-28T09:42:06.231087-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d58c9b92-7ee7-49bf-8ff1-e629cfb76094/?format=api"
        }
    ]
}