GET /api/bet_types/8c987f76-da74-4cf7-adc1-dda790e3883b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c987f76-da74-4cf7-adc1-dda790e3883b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c0ea328-4b97-4504-90d9-06700de8835a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-23T12:41:49.406455-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "10faa364-e23f-4a97-99fd-4b9481e94bf6",
            "gambit_id": "bf5ff410-9f38-4b38-a611-fad7c6dc3bd8",
            "last_updated": "2023-04-24T13:02:14.859909-04:00",
            "created_at": "2023-04-23T12:41:49.409598-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c987f76-da74-4cf7-adc1-dda790e3883b/?format=api"
        },
        {
            "id": "d8259b85-337e-461c-922b-ebb70df51448",
            "gambit_id": "56f0b6ef-42c7-4d13-b8b1-681450e66509",
            "last_updated": "2023-04-24T13:02:14.857425-04:00",
            "created_at": "2023-04-23T12:41:49.407936-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c987f76-da74-4cf7-adc1-dda790e3883b/?format=api"
        }
    ]
}