GET /api/bet_types/3c3a6af6-6664-49f4-a4ea-5ee876cb19b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c3a6af6-6664-49f4-a4ea-5ee876cb19b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e31be79a-56b4-40a5-88c0-823705bcda34/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:09.618125-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": "Sacramento Kings",
                "amount": 5423.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "befecc87-8c06-477b-bbc2-15ec53b9dea7",
            "gambit_id": "adfb97b3-4063-4499-b33f-963c5c4c0e5e",
            "last_updated": "2023-12-16T10:28:24.275917-05:00",
            "created_at": "2023-12-14T09:28:09.626744-05:00",
            "name": "Sacramento Kings",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c3a6af6-6664-49f4-a4ea-5ee876cb19b5/?format=api"
        },
        {
            "id": "75c1f2c6-e46c-4d70-b201-f16739459000",
            "gambit_id": "1b95b418-ea4e-4325-bf37-38b01a5d68a5",
            "last_updated": "2023-12-16T10:28:24.272445-05:00",
            "created_at": "2023-12-14T09:28:09.622157-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c3a6af6-6664-49f4-a4ea-5ee876cb19b5/?format=api"
        }
    ]
}