GET /api/bet_types/78db51b3-9ebe-401d-93ab-5cf32969b9a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78db51b3-9ebe-401d-93ab-5cf32969b9a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7cfe29b-2431-48ce-87a2-6ec0b01e8079/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:10.698598-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": "Los Angeles Clippers",
                "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": "9fa2eb67-aedf-41f2-8e92-dfe7046d7474",
            "gambit_id": "66ce2e3b-75e4-4995-afdb-ece7035320ec",
            "last_updated": "2023-11-21T14:18:19.995241-05:00",
            "created_at": "2023-11-20T09:48:10.705437-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78db51b3-9ebe-401d-93ab-5cf32969b9a7/?format=api"
        },
        {
            "id": "d8cf7e73-32e4-4720-9ae7-e7ae4ae372b7",
            "gambit_id": "3adca363-747f-4276-8aad-b4254afcc982",
            "last_updated": "2023-11-21T14:18:19.999617-05:00",
            "created_at": "2023-11-20T09:48:10.712724-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/78db51b3-9ebe-401d-93ab-5cf32969b9a7/?format=api"
        }
    ]
}