GET /api/bet_types/259118da-f0e3-4831-88e9-c1329a17b817/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "259118da-f0e3-4831-88e9-c1329a17b817",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec45fa8d-ebbd-4237-927a-8a079a9a2bcd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:20.934612-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": "Chicago Bulls",
                "amount": 5421.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f162863-61f0-4316-905e-c9a25fd7d512",
            "gambit_id": "0020acdb-2489-403c-bd21-0f7d5ab99a22",
            "last_updated": "2023-12-09T11:38:26.462075-05:00",
            "created_at": "2023-12-08T09:38:20.938999-05:00",
            "name": "Chicago Bulls",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/259118da-f0e3-4831-88e9-c1329a17b817/?format=api"
        },
        {
            "id": "a2dd4d4d-48a1-4ec1-a4ef-d50442081ab3",
            "gambit_id": "9e71d462-5dab-4a13-8550-ffb9adb16172",
            "last_updated": "2023-12-09T11:38:26.465366-05:00",
            "created_at": "2023-12-08T09:38:20.943423-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/259118da-f0e3-4831-88e9-c1329a17b817/?format=api"
        }
    ]
}