GET /api/bet_types/9173824f-a1cc-447c-8d00-1fca6873c1e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9173824f-a1cc-447c-8d00-1fca6873c1e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cf84d02-1e2c-42c8-9078-6c5c4950ee86/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-29T08:33:12.763216-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cb0203a-575e-42d7-9de7-37bf2752701f",
            "gambit_id": "cb2a280d-f4fa-48c7-8650-9529a0ccd590",
            "last_updated": "2023-08-30T09:12:55.555376-04:00",
            "created_at": "2023-08-29T08:33:12.766795-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9173824f-a1cc-447c-8d00-1fca6873c1e3/?format=api"
        },
        {
            "id": "4be36dcd-edd0-43cd-9525-03c9f84b13d8",
            "gambit_id": "e634a3c3-b611-4db1-b393-ec0ecc74a237",
            "last_updated": "2023-08-30T09:12:55.558585-04:00",
            "created_at": "2023-08-29T08:33:12.770636-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9173824f-a1cc-447c-8d00-1fca6873c1e3/?format=api"
        }
    ]
}