GET /api/bet_types/0a1dd32b-b00c-40f8-bbd8-445c0c09b9ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a1dd32b-b00c-40f8-bbd8-445c0c09b9ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/8018ffd8-65ac-42c4-88f8-5a4e89262cf4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-20T07:18:21.565099-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7eab4701-d112-410d-a6bc-3e94e8325660",
            "gambit_id": "f14fe9a7-fbff-4209-b5d9-e41705ef71b4",
            "last_updated": "2024-01-23T18:33:35.863634-05:00",
            "created_at": "2024-01-20T07:18:21.574298-05:00",
            "name": "Game Total Under 245.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a1dd32b-b00c-40f8-bbd8-445c0c09b9ec/?format=api"
        },
        {
            "id": "4d251c4d-e49f-4903-b6b4-b1e78edb3b63",
            "gambit_id": "8f34a122-1f20-410e-8f06-fa6520d1069a",
            "last_updated": "2024-01-23T18:33:35.860239-05:00",
            "created_at": "2024-01-20T07:18:21.569842-05:00",
            "name": "Game Total Over 245.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a1dd32b-b00c-40f8-bbd8-445c0c09b9ec/?format=api"
        }
    ]
}