GET /api/bet_types/09cf10c7-4d5d-4394-a34b-18b594b6e77b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09cf10c7-4d5d-4394-a34b-18b594b6e77b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc025c59-4d1e-48a1-afcf-546f80885ace/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-17T09:53:17.041850-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 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7371a675-89c8-4da8-ba0b-23b9e733db0a",
            "gambit_id": "9c87df32-b8a1-4b5f-ad71-0c849d7f062e",
            "last_updated": "2023-12-19T10:13:20.149558-05:00",
            "created_at": "2023-12-17T09:53:17.049371-05:00",
            "name": "Game Total Under 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09cf10c7-4d5d-4394-a34b-18b594b6e77b/?format=api"
        },
        {
            "id": "a6d2fec6-80d4-40a5-9e2c-d63f76f470e2",
            "gambit_id": "cc2214fe-4218-4b38-b61c-f1382d86ada6",
            "last_updated": "2023-12-19T10:13:20.146207-05:00",
            "created_at": "2023-12-17T09:53:17.045598-05:00",
            "name": "Game Total Over 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09cf10c7-4d5d-4394-a34b-18b594b6e77b/?format=api"
        }
    ]
}