GET /api/bet_types/ff8c535b-b5a5-44e8-9b61-f47477305a89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff8c535b-b5a5-44e8-9b61-f47477305a89",
    "match": "https://api-prod.gambitprofit.com/api/matches/82a058f8-d935-4207-9654-e50f7a091b40/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-15T08:47:22.555249-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6815f831-4b80-41a3-9869-89f82af5adbe",
            "gambit_id": "117a340a-ba0f-444c-8875-8c23685e19a0",
            "last_updated": "2023-02-16T16:47:00.559638-05:00",
            "created_at": "2023-02-15T08:47:22.557831-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8c535b-b5a5-44e8-9b61-f47477305a89/?format=api"
        },
        {
            "id": "296be16c-8c11-4d21-8543-2b53cb955839",
            "gambit_id": "c1e48e32-18e9-47c3-9d5c-652438ecb5f4",
            "last_updated": "2023-02-16T16:47:00.558430-05:00",
            "created_at": "2023-02-15T08:47:22.556547-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8c535b-b5a5-44e8-9b61-f47477305a89/?format=api"
        }
    ]
}