GET /api/bet_types/0551c63a-5b74-4687-bee2-dec13a5818bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0551c63a-5b74-4687-bee2-dec13a5818bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/37f71491-4a45-459c-8061-5e7f2d5cefee/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:15.460733-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": "Dallas Mavericks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac5ec4e9-d651-49b5-a43f-4baa868db058",
            "gambit_id": "e97266f0-31b0-4587-ba1c-6699cd8db2ba",
            "last_updated": "2024-01-29T22:03:09.426673-05:00",
            "created_at": "2024-01-27T09:18:15.464425-05:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0551c63a-5b74-4687-bee2-dec13a5818bb/?format=api"
        },
        {
            "id": "9c089f8a-0d84-45a2-b2c5-3b717faa0918",
            "gambit_id": "db50c6c7-cc7f-42ca-9745-ffa92671aaea",
            "last_updated": "2024-01-29T22:03:09.429768-05:00",
            "created_at": "2024-01-27T09:18:15.468700-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0551c63a-5b74-4687-bee2-dec13a5818bb/?format=api"
        }
    ]
}