GET /api/bet_types/3fb32129-7b4b-4ccc-a3ea-e2ef9a0f1515/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fb32129-7b4b-4ccc-a3ea-e2ef9a0f1515",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc3bc0d1-bebc-44a9-9ce6-c657897297f5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:10.749166-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": "Denver Nuggets",
                "amount": 5107.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "db04c023-ba76-4542-83cb-0a7273501f87",
            "gambit_id": "dd298aac-b42f-48c9-82e8-cecb0381d7bc",
            "last_updated": "2023-12-30T21:43:27.139252-05:00",
            "created_at": "2023-12-29T09:58:10.756786-05:00",
            "name": "Denver Nuggets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb32129-7b4b-4ccc-a3ea-e2ef9a0f1515/?format=api"
        },
        {
            "id": "d75f1380-dc9f-4af4-b73b-436877d477ed",
            "gambit_id": "7002e3fb-1ebe-4be5-8870-fa0d6e21774f",
            "last_updated": "2023-12-30T21:43:27.135941-05:00",
            "created_at": "2023-12-29T09:58:10.753022-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb32129-7b4b-4ccc-a3ea-e2ef9a0f1515/?format=api"
        }
    ]
}