GET /api/bet_types/2025ee6e-56d2-4030-8cb9-adbb74fb03fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2025ee6e-56d2-4030-8cb9-adbb74fb03fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/93417224-811a-4d88-adf6-02329fae665f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-25T09:46:54.706131-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 245.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 245.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e7fe3d8-4689-4548-8d3f-e2a046950984",
            "gambit_id": "f1647a63-2d06-450b-a310-271af64c84f4",
            "last_updated": "2023-01-26T10:57:02.210328-05:00",
            "created_at": "2023-01-25T09:46:54.707344-05:00",
            "name": "Game Total Under 245.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2025ee6e-56d2-4030-8cb9-adbb74fb03fe/?format=api"
        },
        {
            "id": "be99e43d-1fe0-43ae-ab2c-8578731e966d",
            "gambit_id": "2365cf2f-50ef-4e94-8e23-d467f782d7c3",
            "last_updated": "2023-01-26T10:57:02.212269-05:00",
            "created_at": "2023-01-25T09:46:54.708573-05:00",
            "name": "Game Total Over 245.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2025ee6e-56d2-4030-8cb9-adbb74fb03fe/?format=api"
        }
    ]
}