GET /api/bet_types/8e82f87b-b73e-4201-bbf8-edc2d0ef1d37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e82f87b-b73e-4201-bbf8-edc2d0ef1d37",
    "match": "https://api-prod.gambitprofit.com/api/matches/93417224-811a-4d88-adf6-02329fae665f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T09:46:54.709894-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": "Golden State Warriors",
                "amount": 5696.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ad9371a-5a3a-4fb2-bacd-113977c2546b",
            "gambit_id": "eac413f6-b78e-476b-8871-e523c4d08847",
            "last_updated": "2023-01-26T10:57:02.215012-05:00",
            "created_at": "2023-01-25T09:46:54.711131-05:00",
            "name": "Golden State Warriors",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e82f87b-b73e-4201-bbf8-edc2d0ef1d37/?format=api"
        },
        {
            "id": "497ffbcf-7438-42d0-8ea9-94bab8ce4a9f",
            "gambit_id": "1be0024a-dc89-4951-a9d7-f0ec0151db8e",
            "last_updated": "2023-01-26T10:57:02.216407-05:00",
            "created_at": "2023-01-25T09:46:54.712478-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e82f87b-b73e-4201-bbf8-edc2d0ef1d37/?format=api"
        }
    ]
}