GET /api/bet_types/3fea9cb9-43f6-454b-bd6e-1d6e9d9c0d03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fea9cb9-43f6-454b-bd6e-1d6e9d9c0d03",
    "match": "https://api-prod.gambitprofit.com/api/matches/d36ad8e8-ab28-45d4-b9e2-7cbb64910e63/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:10.568372-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "499858f4-1275-496c-a0be-d0980bd50491",
            "gambit_id": "b4f53388-b635-42df-a195-46575991d679",
            "last_updated": "2023-02-11T14:17:14.371840-05:00",
            "created_at": "2023-02-10T09:02:10.569751-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fea9cb9-43f6-454b-bd6e-1d6e9d9c0d03/?format=api"
        },
        {
            "id": "5c8df938-2860-4ca1-966a-77f3840c5171",
            "gambit_id": "d5b9f514-1ca5-40c7-9da2-b1b73eaf9699",
            "last_updated": "2023-02-11T14:17:14.373217-05:00",
            "created_at": "2023-02-10T09:02:10.571258-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fea9cb9-43f6-454b-bd6e-1d6e9d9c0d03/?format=api"
        }
    ]
}