GET /api/bet_types/9b0b105e-3836-463e-bfaa-f61627be852a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b0b105e-3836-463e-bfaa-f61627be852a",
    "match": "https://api-prod.gambitprofit.com/api/matches/25b1ceb5-c262-43d7-b95e-fc414aece9cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-29T08:08:07.022032-04: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": "DET",
                "amount": 5857.0
            },
            {
                "team": "MIA",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f6944ab-8582-493a-8be3-25005100e8e5",
            "gambit_id": "2ef4a975-bdd3-47e7-bfd6-185bd4029916",
            "last_updated": "2023-07-31T13:08:19.851753-04:00",
            "created_at": "2023-07-29T08:08:07.025866-04:00",
            "name": "DET",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b0b105e-3836-463e-bfaa-f61627be852a/?format=api"
        },
        {
            "id": "4defb73a-7145-4def-99e7-ee4432a20184",
            "gambit_id": "48de1d44-9c26-4bdf-a0cf-f943951784c3",
            "last_updated": "2023-07-31T13:08:19.855768-04:00",
            "created_at": "2023-07-29T08:08:07.030339-04:00",
            "name": "MIA",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b0b105e-3836-463e-bfaa-f61627be852a/?format=api"
        }
    ]
}