GET /api/bet_types/81966ecf-bbef-449d-9e4d-a4c78dc5b30b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81966ecf-bbef-449d-9e4d-a4c78dc5b30b",
    "match": "https://api-prod.gambitprofit.com/api/matches/24130721-30df-4bb9-8cec-af506de874ba/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:48:14.775537-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cff2c45-afd1-4779-b139-db2b71275d48",
            "gambit_id": "26161d3b-f82a-4e34-93e6-ea46e5aaaf02",
            "last_updated": "2024-01-15T10:13:23.854656-05:00",
            "created_at": "2024-01-12T09:48:14.779312-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81966ecf-bbef-449d-9e4d-a4c78dc5b30b/?format=api"
        },
        {
            "id": "1ce7594d-40d3-42a8-ad85-1d919797d25c",
            "gambit_id": "d303ef7f-529d-417b-acd2-873ba31d8c3e",
            "last_updated": "2024-01-15T10:13:23.860175-05:00",
            "created_at": "2024-01-12T09:48:14.784847-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81966ecf-bbef-449d-9e4d-a4c78dc5b30b/?format=api"
        }
    ]
}