GET /api/bet_types/d098e16e-296f-4ac8-a07a-8848d5f499dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d098e16e-296f-4ac8-a07a-8848d5f499dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a26343bc-33e8-43c8-907b-c2550b9176f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-08T09:37:00.361889-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe891866-b391-4917-ad58-e9617b1187c4",
            "gambit_id": "3a544510-f0e8-4117-88e2-c3618180926e",
            "last_updated": "2023-02-09T11:12:08.041768-05:00",
            "created_at": "2023-02-08T09:37:00.364528-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d098e16e-296f-4ac8-a07a-8848d5f499dc/?format=api"
        },
        {
            "id": "db9e2e2e-c510-404d-bd90-e79b090b5d25",
            "gambit_id": "2b703bb2-3cc1-4b53-8592-87c4a30971f8",
            "last_updated": "2023-02-09T11:12:08.040542-05:00",
            "created_at": "2023-02-08T09:37:00.363226-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d098e16e-296f-4ac8-a07a-8848d5f499dc/?format=api"
        }
    ]
}