GET /api/bet_types/e5d53c53-c367-44d8-85e2-c41514ef893e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5d53c53-c367-44d8-85e2-c41514ef893e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf7f631a-bf49-4a24-9dbb-299f8928094f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-21T08:58:02.889267-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 Over 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c5ca12e-681a-444e-926f-1b9e63a3acfe",
            "gambit_id": "588fa5ba-75ae-4ee0-8e42-47afec238dc6",
            "last_updated": "2023-09-23T10:23:11.487162-04:00",
            "created_at": "2023-09-21T08:58:02.895021-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d53c53-c367-44d8-85e2-c41514ef893e/?format=api"
        },
        {
            "id": "dac912a9-8a10-4894-9299-54d742ed22f0",
            "gambit_id": "f890b264-35d5-471e-ac6f-a98972cbff27",
            "last_updated": "2023-09-23T10:23:11.491268-04:00",
            "created_at": "2023-09-21T08:58:02.900156-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d53c53-c367-44d8-85e2-c41514ef893e/?format=api"
        }
    ]
}