GET /api/bet_types/2274f32c-925b-4c31-8722-9893534b9b1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2274f32c-925b-4c31-8722-9893534b9b1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a893202-912f-4120-9672-73dc19416c5b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T09:38:06.854734-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd46e94a-4e26-433a-bf3b-2ea3f1c12971",
            "gambit_id": "eca591a5-f187-4226-8176-9ceae0e900ee",
            "last_updated": "2023-06-11T11:13:01.127982-04:00",
            "created_at": "2023-06-10T09:38:06.859249-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2274f32c-925b-4c31-8722-9893534b9b1e/?format=api"
        },
        {
            "id": "b836451d-6c47-4383-83d6-3fa37cb2763b",
            "gambit_id": "7e1af0e3-4c0b-4118-88fc-155164547c69",
            "last_updated": "2023-06-11T11:13:01.126601-04:00",
            "created_at": "2023-06-10T09:38:06.856979-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2274f32c-925b-4c31-8722-9893534b9b1e/?format=api"
        }
    ]
}