GET /api/bet_types/704b9c13-31d5-4e26-9aad-89e482be2425/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "704b9c13-31d5-4e26-9aad-89e482be2425",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc88a5ca-d174-4310-819e-2a6c6715bdc5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:16.511690-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": "Sacramento Kings",
                "amount": 5107.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "84641cad-d9f8-4fd9-8f5c-68479384ebd3",
            "gambit_id": "79674904-eba9-4ae8-9093-952c364df502",
            "last_updated": "2023-11-18T17:58:23.137981-05:00",
            "created_at": "2023-11-17T09:23:16.519807-05:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704b9c13-31d5-4e26-9aad-89e482be2425/?format=api"
        },
        {
            "id": "a2d21262-e553-4667-bea2-1a61f155003a",
            "gambit_id": "5c59f4c6-2d96-41e0-b253-f13eab5f024a",
            "last_updated": "2023-11-18T17:58:23.145926-05:00",
            "created_at": "2023-11-17T09:23:16.530409-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704b9c13-31d5-4e26-9aad-89e482be2425/?format=api"
        }
    ]
}