GET /api/bet_types/fd66213e-6d2a-48f4-9334-10dddb266bbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd66213e-6d2a-48f4-9334-10dddb266bbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d20efa63-be24-4fc4-b232-1c36073f987f/?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": "OpTic Texas",
                "amount": 5924.0
            },
            {
                "team": "Toronto Ultra",
                "amount": 4076.0
            }
        ],
        "expected_reward_tokens": 8885.68,
        "profit_sb": -114.32,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "381984bd-eaa9-4c26-b67e-4b5e034a8241",
            "gambit_id": "01b05a84-3bbc-4a2f-9faa-dfe26dd9e088",
            "last_updated": "2022-08-05T10:17:08.736223-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OpTic Texas",
            "reward": "1.50000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd66213e-6d2a-48f4-9334-10dddb266bbd/?format=api"
        },
        {
            "id": "db62a616-e4a0-4801-8b20-a8cb14aeb73f",
            "gambit_id": "a8dccb7f-792c-4b5f-ad95-6722ad3118b8",
            "last_updated": "2022-08-05T10:17:08.735743-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Ultra",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd66213e-6d2a-48f4-9334-10dddb266bbd/?format=api"
        }
    ]
}