GET /api/bet_types/56f1a9c4-2924-4b5f-b4c7-222fa0f3053f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56f1a9c4-2924-4b5f-b4c7-222fa0f3053f",
    "match": "https://api-prod.gambitprofit.com/api/matches/27ee14ba-5775-4092-81b7-456694551fef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:14.232035-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 217.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 217.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aeb81919-4055-41bb-957a-7cdcda15b853",
            "gambit_id": "902d8db2-c5c3-4d5e-9df0-91f1764d78f2",
            "last_updated": "2023-12-04T15:13:29.842369-05:00",
            "created_at": "2023-12-02T08:28:14.236360-05:00",
            "name": "Game Total Over 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f1a9c4-2924-4b5f-b4c7-222fa0f3053f/?format=api"
        },
        {
            "id": "aaf3ce09-0b96-44bd-ba59-889c0cf664e3",
            "gambit_id": "de07c694-b4c0-48dc-89b8-2eea40dae351",
            "last_updated": "2023-12-04T15:13:29.845735-05:00",
            "created_at": "2023-12-02T08:28:14.240912-05:00",
            "name": "Game Total Under 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f1a9c4-2924-4b5f-b4c7-222fa0f3053f/?format=api"
        }
    ]
}