GET /api/bet_types/d34e4e92-be23-4cec-99a0-8dc4cd7ff50e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d34e4e92-be23-4cec-99a0-8dc4cd7ff50e",
    "match": "https://api-prod.gambitprofit.com/api/matches/50bf8659-9b72-47db-a934-cb087e2190cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-17T09:27:12.917549-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "8442dca3-7250-433d-bc72-775ac8fd6a36",
            "gambit_id": "cb5b16b9-b6b1-4726-b0c3-03fae4abf022",
            "last_updated": "2023-01-18T09:26:57.879500-05:00",
            "created_at": "2023-01-17T09:27:12.918752-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d34e4e92-be23-4cec-99a0-8dc4cd7ff50e/?format=api"
        },
        {
            "id": "911636c1-af61-497f-aef8-835dfbd2e83f",
            "gambit_id": "099062d0-3d1d-4e9c-aaf7-dc2760575d15",
            "last_updated": "2023-01-18T09:26:57.880643-05:00",
            "created_at": "2023-01-17T09:27:12.919976-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d34e4e92-be23-4cec-99a0-8dc4cd7ff50e/?format=api"
        }
    ]
}