GET /api/bet_types/5fb7779a-a2c5-4204-acf3-68527fc3816a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fb7779a-a2c5-4204-acf3-68527fc3816a",
    "match": "https://api-prod.gambitprofit.com/api/matches/21417c73-e178-42b4-8a55-6379865f70a4/?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 65",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "38db81dc-aeb9-4746-ba52-e8a3b5ca1d5c",
            "gambit_id": "19af4cf4-ce7e-458b-adea-d25cd661459b",
            "last_updated": "2022-09-11T11:07:05.382748-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fb7779a-a2c5-4204-acf3-68527fc3816a/?format=api"
        },
        {
            "id": "223edb34-1433-4682-b9a5-a09e01f28e47",
            "gambit_id": "fb95a120-b8fe-46ae-8db5-52cf9f04b629",
            "last_updated": "2022-09-11T11:07:05.381562-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fb7779a-a2c5-4204-acf3-68527fc3816a/?format=api"
        }
    ]
}