GET /api/bet_types/533e634f-3601-4aea-b875-9a0758d0f7b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "533e634f-3601-4aea-b875-9a0758d0f7b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f08673e-9cd5-4400-a7bd-6ea0361750a3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 6401.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "30f68da6-7f1a-428d-9e4e-f87d1451db55",
            "gambit_id": "d9fd0fa6-22c7-4ccc-b2df-7f4d5715a32f",
            "last_updated": "2022-10-25T10:02:14.850356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/533e634f-3601-4aea-b875-9a0758d0f7b5/?format=api"
        },
        {
            "id": "04e0e494-a14a-4730-bbdf-94390635995b",
            "gambit_id": "a2465e58-f9b1-4b4a-9b9f-6e3497f13d2b",
            "last_updated": "2022-10-25T10:02:14.849358-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/533e634f-3601-4aea-b875-9a0758d0f7b5/?format=api"
        }
    ]
}