GET /api/bet_types/98d47dc8-6664-4d91-b24e-00442f216f59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98d47dc8-6664-4d91-b24e-00442f216f59",
    "match": "https://api-prod.gambitprofit.com/api/matches/937e9c4b-148b-43a4-9bde-5854c7718e1c/?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": "New York Knicks",
                "amount": 6675.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 3325.0
            }
        ],
        "expected_reward_tokens": 9077.25,
        "profit_sb": 77.25,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "6af032b6-bbf0-4dd9-b4e1-6104cd1c8ee9",
            "gambit_id": "f464e8f8-3c01-4e02-a22e-d5c959ada1d3",
            "last_updated": "2022-12-21T10:36:57.599063-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98d47dc8-6664-4d91-b24e-00442f216f59/?format=api"
        },
        {
            "id": "53278a34-5fb1-4ffd-b8e0-769428b4332f",
            "gambit_id": "ee69ce69-a7c9-4e6d-af2a-c92566b7392f",
            "last_updated": "2022-12-21T10:36:57.600115-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "2.73000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98d47dc8-6664-4d91-b24e-00442f216f59/?format=api"
        }
    ]
}