GET /api/bet_types/33ee0f06-c817-4abd-b89a-0ac9b30c1d73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33ee0f06-c817-4abd-b89a-0ac9b30c1d73",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee9986b0-6b2d-420c-a932-503486003451/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:47.644509-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "482a0270-19b1-42f9-a6da-fe809b284b21",
            "gambit_id": "9b055b47-099a-4fd9-a844-d984ad689ee1",
            "last_updated": "2023-04-01T10:22:14.078117-04:00",
            "created_at": "2023-03-31T09:56:47.648567-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33ee0f06-c817-4abd-b89a-0ac9b30c1d73/?format=api"
        },
        {
            "id": "99a3fc46-ecaf-4dce-b547-56cb6d2a5844",
            "gambit_id": "4c5ce8d1-66b4-42c6-8a9d-1b00cf9789e6",
            "last_updated": "2023-04-01T10:22:14.076431-04:00",
            "created_at": "2023-03-31T09:56:47.646433-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33ee0f06-c817-4abd-b89a-0ac9b30c1d73/?format=api"
        }
    ]
}