GET /api/bet_types/0ed30404-1e7c-48ed-bd00-55a979727500/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ed30404-1e7c-48ed-bd00-55a979727500",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e887fce-bbb5-4087-82f7-1026e59e8efd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:16.146337-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "f43d8ba3-76a2-4040-9a59-d06e6eacd89d",
            "gambit_id": "a261d4d3-1484-4308-8c09-47fac01714ec",
            "last_updated": "2023-01-22T21:22:16.202594-05:00",
            "created_at": "2023-01-21T10:22:16.147564-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ed30404-1e7c-48ed-bd00-55a979727500/?format=api"
        },
        {
            "id": "4ef6f3b5-94e5-4709-9c45-36ccf20d845a",
            "gambit_id": "85f34900-6e35-455a-9825-efbb0f5c3a42",
            "last_updated": "2023-01-22T21:22:16.203704-05:00",
            "created_at": "2023-01-21T10:22:16.148809-05:00",
            "name": "Houston Rockets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ed30404-1e7c-48ed-bd00-55a979727500/?format=api"
        }
    ]
}