GET /api/bet_types/82f93708-debe-4e74-aea0-b07f348f0f6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82f93708-debe-4e74-aea0-b07f348f0f6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3e7f9c9-bf3b-49d5-8340-ae3cff7a904d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-01T13:48:22.563851-04: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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "915c6b00-1be3-421c-8aee-5e34b12ec70e",
            "gambit_id": "27584a2d-11b3-45bd-90c1-562d3a045984",
            "last_updated": "2023-11-03T10:23:05.000246-04:00",
            "created_at": "2023-11-01T13:48:22.568583-04:00",
            "name": "Game Total Over 228.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82f93708-debe-4e74-aea0-b07f348f0f6b/?format=api"
        },
        {
            "id": "e9e71b09-687f-4842-bd2d-361ce4298f31",
            "gambit_id": "3aabeb92-c388-4908-ba8d-c911cfca83c2",
            "last_updated": "2023-11-03T10:23:05.003879-04:00",
            "created_at": "2023-11-01T13:48:22.574345-04:00",
            "name": "Game Total Under 228.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82f93708-debe-4e74-aea0-b07f348f0f6b/?format=api"
        }
    ]
}