GET /api/bet_types/9dd4a375-8253-4133-8a6d-1c4a9e369d89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dd4a375-8253-4133-8a6d-1c4a9e369d89",
    "match": "https://api-prod.gambitprofit.com/api/matches/7975af2d-825f-4471-9bc7-24dae0debd08/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 213",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfc6c449-f5af-49f8-b157-f687bf801ff4",
            "gambit_id": "41ed2d18-15bd-4167-b004-f6bb6bae7870",
            "last_updated": "2022-12-19T10:32:30.454601-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 213",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "213.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dd4a375-8253-4133-8a6d-1c4a9e369d89/?format=api"
        },
        {
            "id": "c7ba69d7-7b3a-411f-a597-be6687db5ce0",
            "gambit_id": "f6533070-2fce-4e88-8599-95a9a1527946",
            "last_updated": "2022-12-19T10:32:30.453528-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 213",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "213.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dd4a375-8253-4133-8a6d-1c4a9e369d89/?format=api"
        }
    ]
}