GET /api/bet_types/3bcf713f-01d7-4a0e-8541-1b4a8b4a1505/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bcf713f-01d7-4a0e-8541-1b4a8b4a1505",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1dd4e39-d3bf-436a-a2c0-aba56457d746/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:18.149933-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b912f2d7-f205-4c1d-8c12-7ceb3c1efa69",
            "gambit_id": "cf6bc402-dcda-45e4-9503-b19cdcd54eff",
            "last_updated": "2023-12-08T10:43:08.462735-05:00",
            "created_at": "2023-12-07T09:48:18.158552-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bcf713f-01d7-4a0e-8541-1b4a8b4a1505/?format=api"
        },
        {
            "id": "0500e73f-eb03-4289-8a58-24a7b902276e",
            "gambit_id": "fe640e9e-ad17-43c7-9d42-f5e6a2f9e67e",
            "last_updated": "2023-12-08T10:43:08.459545-05:00",
            "created_at": "2023-12-07T09:48:18.154122-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bcf713f-01d7-4a0e-8541-1b4a8b4a1505/?format=api"
        }
    ]
}