GET /api/bet_types/98a78775-3715-4d87-962b-45eae550e22b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98a78775-3715-4d87-962b-45eae550e22b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f6401a6-9a92-470b-b74c-38aa986d5301/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:38:20.208772-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 213.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 213.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9d7927b-6b62-4b2c-bd9f-f08705263ff5",
            "gambit_id": "c3778f08-dec4-4645-91df-bf5bcd98b8be",
            "last_updated": "2023-12-09T11:43:28.339941-05:00",
            "created_at": "2023-12-08T09:38:20.212682-05:00",
            "name": "Game Total Over 213.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98a78775-3715-4d87-962b-45eae550e22b/?format=api"
        },
        {
            "id": "5b3e7eaa-4b8e-4d15-8263-9d62305851b6",
            "gambit_id": "c0bcf617-1420-4fd3-b1ef-3828eb726a40",
            "last_updated": "2023-12-09T11:43:28.343193-05:00",
            "created_at": "2023-12-08T09:38:20.220703-05:00",
            "name": "Game Total Under 213.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98a78775-3715-4d87-962b-45eae550e22b/?format=api"
        }
    ]
}