GET /api/bet_types/50b264d1-c58f-4bbb-beab-a7214f860c2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50b264d1-c58f-4bbb-beab-a7214f860c2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b955f0c2-6d91-4310-973a-abd89f14def5/?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": "Washington Capitals",
                "amount": 5000.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b8e7761-a234-41b9-b0ea-ee4941f3abe9",
            "gambit_id": "8e00c888-07c0-4306-a49a-2c9aea414163",
            "last_updated": "2022-10-21T21:02:24.822753-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b264d1-c58f-4bbb-beab-a7214f860c2f/?format=api"
        },
        {
            "id": "e402d94b-079c-42c6-ba07-d870356b622b",
            "gambit_id": "81569624-aa70-464d-8f75-2054a9e22a73",
            "last_updated": "2022-10-21T21:02:24.821677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b264d1-c58f-4bbb-beab-a7214f860c2f/?format=api"
        }
    ]
}