GET /api/bet_types/656fe274-dd61-4324-9c51-0c833494b126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "656fe274-dd61-4324-9c51-0c833494b126",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e9dbc5b-38c3-4a29-8f91-5a231f9324ec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-27T12:01:56.179585-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "47611496-babe-4d92-a7c5-fc71613c332f",
            "gambit_id": "d9bd93b3-bc0a-4e61-817e-48bb2e5097c7",
            "last_updated": "2023-03-28T11:17:01.859856-04:00",
            "created_at": "2023-03-27T12:01:56.186603-04:00",
            "name": "Game Total Over 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656fe274-dd61-4324-9c51-0c833494b126/?format=api"
        },
        {
            "id": "03d0e16b-d2df-4d58-992a-c98107615ac7",
            "gambit_id": "ec14bbb4-2c25-4e7a-90c7-72e1307ab986",
            "last_updated": "2023-03-28T11:17:01.857670-04:00",
            "created_at": "2023-03-27T12:01:56.183209-04:00",
            "name": "Game Total Under 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656fe274-dd61-4324-9c51-0c833494b126/?format=api"
        }
    ]
}