GET /api/bet_types/8bda515e-5f5d-4bd1-b45e-66f6aefe1587/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bda515e-5f5d-4bd1-b45e-66f6aefe1587",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a245593-83b3-4293-adaf-532575d49347/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-21T09:38:05.632819-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 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "d137361f-498c-414c-8987-f04529595569",
            "gambit_id": "490e0dfc-5ce0-47da-aa6b-30e1bec67876",
            "last_updated": "2023-10-23T20:43:04.051952-04:00",
            "created_at": "2023-10-21T09:38:05.643167-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bda515e-5f5d-4bd1-b45e-66f6aefe1587/?format=api"
        },
        {
            "id": "98b1b743-5e1e-41e1-94ed-94a9d4f59555",
            "gambit_id": "9f4500ca-8ec7-47f5-84b8-6084aa0cf4f9",
            "last_updated": "2023-10-23T20:43:04.048025-04:00",
            "created_at": "2023-10-21T09:38:05.636568-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bda515e-5f5d-4bd1-b45e-66f6aefe1587/?format=api"
        }
    ]
}