GET /api/bet_types/901c2875-7533-4e83-aee5-0d46ce15543e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "901c2875-7533-4e83-aee5-0d46ce15543e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b08d0d35-f780-42ca-bb8f-0a430978b591/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-01T09:47:55.542533-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f43795ab-39d7-42e5-a707-081d068112f1",
            "gambit_id": "1b57a170-e764-4c3e-b631-3b9406421a0a",
            "last_updated": "2023-12-02T10:18:08.498934-05:00",
            "created_at": "2023-12-01T09:47:55.550935-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/901c2875-7533-4e83-aee5-0d46ce15543e/?format=api"
        },
        {
            "id": "2ff1ce00-2253-47c1-b669-263d6b069656",
            "gambit_id": "e2b9a4dd-6b17-4bef-a107-481fc2d495c5",
            "last_updated": "2023-12-02T10:18:08.495525-05:00",
            "created_at": "2023-12-01T09:47:55.546334-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/901c2875-7533-4e83-aee5-0d46ce15543e/?format=api"
        }
    ]
}