GET /api/bet_types/38d8ba52-d5da-4769-b80d-244d8b8d2206/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38d8ba52-d5da-4769-b80d-244d8b8d2206",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb566c3d-dba0-4747-b4a0-10c937b75ac5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-09T11:12:02.449835-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "59f0748f-7898-4c33-ab7f-37b8654e5e98",
            "gambit_id": "34cf080b-d677-4200-987d-d6e0ca983fa0",
            "last_updated": "2023-02-10T09:37:27.051715-05:00",
            "created_at": "2023-02-09T11:12:02.452492-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d8ba52-d5da-4769-b80d-244d8b8d2206/?format=api"
        },
        {
            "id": "75f2acce-d320-44a8-8c8c-7608071c6821",
            "gambit_id": "e3f8d51c-f693-4ec3-87f5-00a75a99a626",
            "last_updated": "2023-02-10T09:37:27.050521-05:00",
            "created_at": "2023-02-09T11:12:02.451134-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d8ba52-d5da-4769-b80d-244d8b8d2206/?format=api"
        }
    ]
}