GET /api/bet_types/fab26f2c-8193-4fe5-af4e-85479f37aa04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fab26f2c-8193-4fe5-af4e-85479f37aa04",
    "match": "https://api-prod.gambitprofit.com/api/matches/349cc3e9-59d5-48a5-866c-beb6ba9c6724/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-08T08:23:04.084801-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 Under 217",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 217",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "534a022b-792d-4d9c-a6e8-4f68c961ea6e",
            "gambit_id": "9e5d0382-398e-497b-8375-ec3d31cf7312",
            "last_updated": "2023-11-10T12:38:20.566195-05:00",
            "created_at": "2023-11-08T08:23:04.093360-05:00",
            "name": "Game Total Under 217",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fab26f2c-8193-4fe5-af4e-85479f37aa04/?format=api"
        },
        {
            "id": "fc2749fc-0162-4b9a-bd5b-8bb36d5b6392",
            "gambit_id": "02d378ff-05c2-4e94-8e5d-3a328785e7c9",
            "last_updated": "2023-11-10T12:38:20.562905-05:00",
            "created_at": "2023-11-08T08:23:04.088347-05:00",
            "name": "Game Total Over 217",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fab26f2c-8193-4fe5-af4e-85479f37aa04/?format=api"
        }
    ]
}