GET /api/bet_types/bf7f2855-444c-40cb-b7bd-fd28cdd125dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf7f2855-444c-40cb-b7bd-fd28cdd125dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e4f8012-24bf-4283-ab57-8cb4e9403ec1/?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": "Toledo",
                "amount": 6879.0
            },
            {
                "team": "Central Michigan",
                "amount": 3121.0
            }
        ],
        "expected_reward_tokens": 9424.23,
        "profit_sb": -75.77,
        "profit_sb_percentage": -0.8,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab52733f-a6b4-4a3e-9d27-961f7ede1089",
            "gambit_id": "0ee40c49-a20b-43a2-922b-a182789fe0a2",
            "last_updated": "2022-10-03T09:52:21.804235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf7f2855-444c-40cb-b7bd-fd28cdd125dc/?format=api"
        },
        {
            "id": "4f100e37-eaf4-4202-b09d-a90ebd3ce748",
            "gambit_id": "918306e9-e2f7-4481-a972-48667a733b86",
            "last_updated": "2022-10-03T09:52:21.805190-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "3.02000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf7f2855-444c-40cb-b7bd-fd28cdd125dc/?format=api"
        }
    ]
}