GET /api/bet_types/ce72c0cd-d7c4-4504-a077-3638cd08dbf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce72c0cd-d7c4-4504-a077-3638cd08dbf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ddd1cd3-24a1-46c4-8ff6-d13b9c88a9a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-26T09:33:16.323602-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": "Atlanta Hawks",
                "amount": 5423.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab19399a-c95f-48b1-a9b6-a928ece1e923",
            "gambit_id": "673bbba0-f394-42fa-8fb9-ed374dce97f0",
            "last_updated": "2024-01-27T11:03:04.740352-05:00",
            "created_at": "2024-01-26T09:33:16.332237-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce72c0cd-d7c4-4504-a077-3638cd08dbf7/?format=api"
        },
        {
            "id": "a8973a02-b8b8-4f3c-b5e7-e4faf54b9524",
            "gambit_id": "45566b48-06ad-4e41-a6e8-58ce3a11b6b4",
            "last_updated": "2024-01-27T11:03:04.736557-05:00",
            "created_at": "2024-01-26T09:33:16.328201-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce72c0cd-d7c4-4504-a077-3638cd08dbf7/?format=api"
        }
    ]
}