GET /api/bet_types/2637d9d7-8537-4920-b752-2e19d7fd4e08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2637d9d7-8537-4920-b752-2e19d7fd4e08",
    "match": "https://api-prod.gambitprofit.com/api/matches/e32d210c-0e97-4f01-bfb8-492225a72cc4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:08.212013-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": "Minnesota Timberwolves",
                "amount": 5094.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "4365253a-d750-426b-99f0-cb8811560098",
            "gambit_id": "0759d43a-ade3-4c73-9ddf-26bd880a31a7",
            "last_updated": "2023-11-06T09:58:04.713660-05:00",
            "created_at": "2023-11-04T09:48:08.237014-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2637d9d7-8537-4920-b752-2e19d7fd4e08/?format=api"
        },
        {
            "id": "9c5318d5-1c39-4505-9f35-da2c319292fb",
            "gambit_id": "8b3202aa-826d-4b2e-952c-11954660cb44",
            "last_updated": "2023-11-06T09:58:04.709960-05:00",
            "created_at": "2023-11-04T09:48:08.217216-04:00",
            "name": "Utah Jazz",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2637d9d7-8537-4920-b752-2e19d7fd4e08/?format=api"
        }
    ]
}