GET /api/bet_types/8f30181c-70d2-45f0-b728-d5857d738286/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f30181c-70d2-45f0-b728-d5857d738286",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b5dc953-aa28-45ad-a61b-466f0ffbeb18/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-27T10:28:21.963846-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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfcce5a0-f931-4cee-98f2-f6f0805b4bdd",
            "gambit_id": "43f75a84-56fe-48da-ab91-a56b6012e628",
            "last_updated": "2023-10-30T15:13:13.338842-04:00",
            "created_at": "2023-10-27T10:28:21.969101-04:00",
            "name": "Game Total Over 220",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f30181c-70d2-45f0-b728-d5857d738286/?format=api"
        },
        {
            "id": "75e0974e-c294-4231-8589-7aed7bd6ab10",
            "gambit_id": "20943c06-7a06-476e-bdae-b81b257d22db",
            "last_updated": "2023-10-30T15:13:13.342189-04:00",
            "created_at": "2023-10-27T10:28:21.974685-04:00",
            "name": "Game Total Under 220",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f30181c-70d2-45f0-b728-d5857d738286/?format=api"
        }
    ]
}