GET /api/bet_types/7d86f382-e458-400f-9a7d-f9713306aedf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d86f382-e458-400f-9a7d-f9713306aedf",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eb0e16f-cc0f-46cf-9060-e9621d4fd1cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-30T17:46:52.420240-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": "Philadelphia 76ers",
                "amount": 7959.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2041.0
            }
        ],
        "expected_reward_tokens": 9470.24,
        "profit_sb": -29.76,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d66106d9-bfa0-49c6-9bbe-6e23b29bc829",
            "gambit_id": "dd6d5549-7abb-40bf-b465-f4e5103d605b",
            "last_updated": "2023-01-31T09:17:14.348568-05:00",
            "created_at": "2023-01-30T17:46:52.421509-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d86f382-e458-400f-9a7d-f9713306aedf/?format=api"
        },
        {
            "id": "1162cce1-aa47-4baf-a820-67f47cc5253a",
            "gambit_id": "045e5432-7a15-4b32-9ad8-db072a26344b",
            "last_updated": "2023-01-31T09:17:14.349757-05:00",
            "created_at": "2023-01-30T17:46:52.422885-05:00",
            "name": "Orlando Magic",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d86f382-e458-400f-9a7d-f9713306aedf/?format=api"
        }
    ]
}