GET /api/bet_types/5e7acdd5-28e8-45d5-a709-0e7882acafca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e7acdd5-28e8-45d5-a709-0e7882acafca",
    "match": "https://api-prod.gambitprofit.com/api/matches/95e92e46-9878-4000-8c92-938bd8291fcd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-12T10:03:10.985595-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d79261c2-b6d9-40d2-8a89-9ad194c95604",
            "gambit_id": "dea9a713-e9c9-4548-81a9-f7d987f1c891",
            "last_updated": "2023-12-14T10:28:45.031816-05:00",
            "created_at": "2023-12-12T10:03:10.992665-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e7acdd5-28e8-45d5-a709-0e7882acafca/?format=api"
        },
        {
            "id": "277b8741-fd3d-49d2-8743-df71f807d03e",
            "gambit_id": "42562b90-4aad-4dd6-a4d2-802eecbf1d68",
            "last_updated": "2023-12-14T10:28:45.035073-05:00",
            "created_at": "2023-12-12T10:03:10.988887-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e7acdd5-28e8-45d5-a709-0e7882acafca/?format=api"
        }
    ]
}