GET /api/bet_types/fe5658d1-b343-4c49-aa6e-c8438fc0730a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe5658d1-b343-4c49-aa6e-c8438fc0730a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6be8064-b023-4fb3-a836-3362973116c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:03.075839-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a788887a-b3c2-4f14-854e-45d618e35d23",
            "gambit_id": "c0d30e56-7055-41bb-97e3-73fe42908f26",
            "last_updated": "2023-01-13T11:26:58.129763-05:00",
            "created_at": "2023-01-12T08:22:03.078373-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe5658d1-b343-4c49-aa6e-c8438fc0730a/?format=api"
        },
        {
            "id": "b8b00cdd-3cad-412a-b146-57c4437826e2",
            "gambit_id": "8e567205-ab11-4033-8f56-2e2cfbc94a24",
            "last_updated": "2023-01-13T11:26:58.128674-05:00",
            "created_at": "2023-01-12T08:22:03.077083-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe5658d1-b343-4c49-aa6e-c8438fc0730a/?format=api"
        }
    ]
}