GET /api/bet_types/3bed4af4-6eb0-4195-9ee5-17eba0b989a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bed4af4-6eb0-4195-9ee5-17eba0b989a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a785b211-f813-4a76-b9a9-17db51639e33/?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 Under 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ad5278e-f2eb-439a-a23b-a1abe3765088",
            "gambit_id": "af13912a-f7b2-4c8b-8076-b6fd3d438e67",
            "last_updated": "2022-11-16T09:37:55.227575-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bed4af4-6eb0-4195-9ee5-17eba0b989a4/?format=api"
        },
        {
            "id": "d53e724f-1c77-40c8-9e71-67deccc8a0ef",
            "gambit_id": "a218feca-ab7b-4682-8ac7-df2e66cb3be6",
            "last_updated": "2022-11-16T09:37:55.228591-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bed4af4-6eb0-4195-9ee5-17eba0b989a4/?format=api"
        }
    ]
}