GET /api/bet_types/bb6fbf5f-d769-4bfe-ae6a-7f638e107003/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb6fbf5f-d769-4bfe-ae6a-7f638e107003",
    "match": "https://api-prod.gambitprofit.com/api/matches/68907c62-02dd-47e3-b2d2-69d28982ae8e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-11T10:08:15.094418-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bd1d129-a954-44ed-b6e4-2bb8b3103e28",
            "gambit_id": "382e95fe-4719-4fdf-a157-9f28f99a771f",
            "last_updated": "2023-06-12T18:48:17.796182-04:00",
            "created_at": "2023-06-11T10:08:15.096719-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb6fbf5f-d769-4bfe-ae6a-7f638e107003/?format=api"
        },
        {
            "id": "2df0df2b-4a54-4c4a-bb0a-873d7fdf8893",
            "gambit_id": "144a9cca-ad42-4a00-84f0-6322ec727b20",
            "last_updated": "2023-06-12T18:48:17.794053-04:00",
            "created_at": "2023-06-11T10:08:15.099431-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb6fbf5f-d769-4bfe-ae6a-7f638e107003/?format=api"
        }
    ]
}