GET /api/bet_types/36900697-8318-46fb-92d3-f43ff2d0c74e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36900697-8318-46fb-92d3-f43ff2d0c74e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8321da2-d922-45e8-8396-8eebdce482db/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:10.160197-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 35.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 35.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0fd361e-7862-47b8-b49d-4599018c6384",
            "gambit_id": "b5c02d54-c639-4546-96d0-8ca0fc54b7b3",
            "last_updated": "2023-12-19T09:58:15.289358-05:00",
            "created_at": "2023-12-15T09:13:10.167822-05:00",
            "name": "Game Total Over 35.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "35.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36900697-8318-46fb-92d3-f43ff2d0c74e/?format=api"
        },
        {
            "id": "6480f4d8-8be2-4104-bc2c-12cacd6a3276",
            "gambit_id": "bf218c7c-c1c1-43c2-aad2-4d4492659b96",
            "last_updated": "2023-12-19T09:58:15.293469-05:00",
            "created_at": "2023-12-15T09:13:10.163916-05:00",
            "name": "Game Total Under 35.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "35.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36900697-8318-46fb-92d3-f43ff2d0c74e/?format=api"
        }
    ]
}