GET /api/bet_types/40960ed0-4db4-4034-a392-76aaa3aa7787/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40960ed0-4db4-4034-a392-76aaa3aa7787",
    "match": "https://api-prod.gambitprofit.com/api/matches/434ce18f-a988-4d9e-8c1c-4fd3b7d87857/?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 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a03c6a8-c90f-4cf2-9ac6-1ce4ceb836af",
            "gambit_id": "64d4d60e-41df-42d3-b675-d538b8beec7c",
            "last_updated": "2022-08-05T10:01:56.119328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40960ed0-4db4-4034-a392-76aaa3aa7787/?format=api"
        },
        {
            "id": "3627fe57-6c33-48d6-af7c-bccfda9b0476",
            "gambit_id": "de7ce296-2d79-4298-9c2e-9adb34237d8b",
            "last_updated": "2022-08-05T10:01:56.119991-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40960ed0-4db4-4034-a392-76aaa3aa7787/?format=api"
        }
    ]
}