GET /api/bet_types/cadac0ff-1e29-4460-b8dc-abcbf05fbc8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cadac0ff-1e29-4460-b8dc-abcbf05fbc8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e61aadfe-3a59-48db-9cec-2389b1ca8b55/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T08:46:58.761619-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b48951f1-6d7f-47e1-bae6-4db60c997b69",
            "gambit_id": "ef58fb97-40b5-4fff-8cd4-4ec841c3142c",
            "last_updated": "2023-02-28T12:37:07.002596-05:00",
            "created_at": "2023-02-26T08:46:58.764209-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cadac0ff-1e29-4460-b8dc-abcbf05fbc8f/?format=api"
        },
        {
            "id": "8a172995-c776-47f1-8759-e3c80a32ddc9",
            "gambit_id": "4fac68fc-13cc-430e-8940-3daa8f31fc1e",
            "last_updated": "2023-02-28T12:37:07.001408-05:00",
            "created_at": "2023-02-26T08:46:58.762787-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cadac0ff-1e29-4460-b8dc-abcbf05fbc8f/?format=api"
        }
    ]
}