GET /api/bet_types/4acf4d8c-35b6-4761-9a04-5e55876fc6aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4acf4d8c-35b6-4761-9a04-5e55876fc6aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/40f7b0de-c898-4f63-ae18-2cf5013d36bc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-08T08:23:03.840255-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3a3b54e-d6bd-40ef-91c3-7a4d1916cc50",
            "gambit_id": "e03d80df-f97e-4c4a-b837-e32b605b3159",
            "last_updated": "2023-11-10T12:33:18.959909-05:00",
            "created_at": "2023-11-08T08:23:03.847821-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4acf4d8c-35b6-4761-9a04-5e55876fc6aa/?format=api"
        },
        {
            "id": "3a11edd8-3adb-4a61-be3a-906691bd9d06",
            "gambit_id": "fe25c336-d150-4cc5-8713-f2d631925c32",
            "last_updated": "2023-11-10T12:33:18.963197-05:00",
            "created_at": "2023-11-08T08:23:03.844148-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4acf4d8c-35b6-4761-9a04-5e55876fc6aa/?format=api"
        }
    ]
}