GET /api/bet_types/2ce70a8e-8fc8-4aed-b06e-035454b2ec9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ce70a8e-8fc8-4aed-b06e-035454b2ec9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a09e9e32-09aa-45b3-b0e1-c0352db3ab06/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-03T09:37:58.694873-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "32877bd3-8381-4b43-aaf5-3f6df0cc0855",
            "gambit_id": "81e4285d-b796-41df-bfab-d178b042e5dd",
            "last_updated": "2024-01-05T13:53:02.684344-05:00",
            "created_at": "2024-01-03T09:37:58.702729-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ce70a8e-8fc8-4aed-b06e-035454b2ec9d/?format=api"
        },
        {
            "id": "2f9ec530-8360-4778-8834-39859c351cf2",
            "gambit_id": "81cc5d6e-6dd5-4fad-8a48-b10c228c85c6",
            "last_updated": "2024-01-05T13:53:02.687643-05:00",
            "created_at": "2024-01-03T09:37:58.699102-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ce70a8e-8fc8-4aed-b06e-035454b2ec9d/?format=api"
        }
    ]
}