GET /api/bet_types/70f99962-1431-4dec-a12e-441da6f327e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70f99962-1431-4dec-a12e-441da6f327e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/325a1db8-18cf-453c-bfc4-dd27405923f6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T14:16:48.021858-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6b591f8-95b6-4b09-b751-1ca0201ae9fb",
            "gambit_id": "97767da6-26c8-45c8-863a-b1d2a678b1c3",
            "last_updated": "2023-03-02T07:21:56.558827-05:00",
            "created_at": "2023-03-01T14:16:48.024445-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f99962-1431-4dec-a12e-441da6f327e4/?format=api"
        },
        {
            "id": "1648843a-1020-43b4-a44f-d53a71dcde04",
            "gambit_id": "e5383e64-573b-424e-8c2c-fa2c67bcce1a",
            "last_updated": "2023-03-02T07:21:56.557721-05:00",
            "created_at": "2023-03-01T14:16:48.023103-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f99962-1431-4dec-a12e-441da6f327e4/?format=api"
        }
    ]
}