GET /api/bet_types/3daa8131-294a-4140-8628-db4d72c830df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3daa8131-294a-4140-8628-db4d72c830df",
    "match": "https://api-prod.gambitprofit.com/api/matches/36b16d65-a7fa-4cff-b698-d482c066271d/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:48:14.046104-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 242.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 242.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe2e274d-0dc9-425d-af22-b38364e76195",
            "gambit_id": "d19405da-aba1-4f70-8054-4fc117e64aa3",
            "last_updated": "2024-01-15T10:13:21.013779-05:00",
            "created_at": "2024-01-12T09:48:14.049971-05:00",
            "name": "Game Total Over 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3daa8131-294a-4140-8628-db4d72c830df/?format=api"
        },
        {
            "id": "9895459c-a47b-4708-a659-0ed5055dd610",
            "gambit_id": "0eda667a-d1dd-4ef9-978e-eaad1fe05b82",
            "last_updated": "2024-01-15T10:13:21.018553-05:00",
            "created_at": "2024-01-12T09:48:14.055011-05:00",
            "name": "Game Total Under 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3daa8131-294a-4140-8628-db4d72c830df/?format=api"
        }
    ]
}