GET /api/bet_types/47968965-447e-4cf8-94d0-0fabde087192/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47968965-447e-4cf8-94d0-0fabde087192",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d074dc1-cdd4-4e95-a261-8f8c04890cc4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-21T10:58:01.537214-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 Over 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4add4127-6740-46e1-aee1-32c51cce8dfa",
            "gambit_id": "f9015ee2-2938-4b11-a01b-4d399eb5ee34",
            "last_updated": "2023-09-23T10:13:11.356577-04:00",
            "created_at": "2023-09-21T10:58:01.550375-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47968965-447e-4cf8-94d0-0fabde087192/?format=api"
        },
        {
            "id": "6e8a0ef3-2d00-4236-a710-d1ed16ec9ec5",
            "gambit_id": "a759a5b9-76c4-4272-9d1c-86548d2a5389",
            "last_updated": "2023-09-23T10:13:11.360046-04:00",
            "created_at": "2023-09-21T10:58:01.542534-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47968965-447e-4cf8-94d0-0fabde087192/?format=api"
        }
    ]
}