GET /api/bet_types/bea0a5e8-4766-42e6-8fa9-441196a9e129/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bea0a5e8-4766-42e6-8fa9-441196a9e129",
    "match": "https://api-prod.gambitprofit.com/api/matches/41a745d8-62ec-4324-ae12-de3b7c3b14d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:19.624789-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": "Dallas Mavericks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cf654a4-c7f6-4432-9e62-165ec24f46d7",
            "gambit_id": "d417214e-5de0-4b18-b9ff-719e246a68a3",
            "last_updated": "2023-12-22T15:18:25.485645-05:00",
            "created_at": "2023-12-20T10:03:19.628595-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bea0a5e8-4766-42e6-8fa9-441196a9e129/?format=api"
        },
        {
            "id": "b3176ee4-939c-4a7f-9729-0f86325517db",
            "gambit_id": "9d81929a-0e68-4b54-a88a-e82381184248",
            "last_updated": "2023-12-22T15:18:25.488993-05:00",
            "created_at": "2023-12-20T10:03:19.632377-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bea0a5e8-4766-42e6-8fa9-441196a9e129/?format=api"
        }
    ]
}