GET /api/bet_types/0e56191a-e123-44ac-b755-1111b29dc192/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e56191a-e123-44ac-b755-1111b29dc192",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c50baca-0731-4b73-b662-418e7f836748/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-31T17:57:07.095640-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": "Washington Capitals",
                "amount": 6538.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3462.0
            }
        ],
        "expected_reward_tokens": 9347.4,
        "profit_sb": -152.6,
        "profit_sb_percentage": -1.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "763f2cfe-5dbd-4c4a-8d1c-a4d166ca39e8",
            "gambit_id": "1a518e10-247e-4cb3-be0b-0e9c267a922a",
            "last_updated": "2023-02-01T09:46:51.026859-05:00",
            "created_at": "2023-01-31T17:57:07.098044-05:00",
            "name": "Washington Capitals",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e56191a-e123-44ac-b755-1111b29dc192/?format=api"
        },
        {
            "id": "e48dc76a-d774-479a-b004-aaabcd30ea26",
            "gambit_id": "1a9188c0-bdfd-4de6-b44c-283438c76f9c",
            "last_updated": "2023-02-01T09:46:51.025648-05:00",
            "created_at": "2023-01-31T17:57:07.096837-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.70000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e56191a-e123-44ac-b755-1111b29dc192/?format=api"
        }
    ]
}