GET /api/bet_types/ca12680d-209d-4aa5-8181-c0a17f422c05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca12680d-209d-4aa5-8181-c0a17f422c05",
    "match": "https://api-prod.gambitprofit.com/api/matches/92bb0a44-55de-4810-b76d-614ea57da78e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:01.037154-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3efe390-9cf3-41dd-b6db-de9508452a42",
            "gambit_id": "09779c4a-c983-4510-b20e-89ef68948954",
            "last_updated": "2023-04-11T13:22:06.391543-04:00",
            "created_at": "2023-04-10T11:22:01.042029-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca12680d-209d-4aa5-8181-c0a17f422c05/?format=api"
        },
        {
            "id": "75c758ff-b5c7-4a27-9eab-41afcc463e17",
            "gambit_id": "990af974-629c-472a-893c-1c9422a3ea5d",
            "last_updated": "2023-04-11T13:22:06.389050-04:00",
            "created_at": "2023-04-10T11:22:01.039077-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca12680d-209d-4aa5-8181-c0a17f422c05/?format=api"
        }
    ]
}