GET /api/bet_types/4b459b14-3832-424c-a8b1-1923fc6cd0a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b459b14-3832-424c-a8b1-1923fc6cd0a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a65447f-1a4a-447a-874a-95b0d6e48d69/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-06T07:58:04.416450-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": "Toronto Maple Leafs",
                "amount": 5788.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b761518-0ed9-4cef-95af-f896c86957e7",
            "gambit_id": "14dec87b-8935-417e-98d2-b836d090c15e",
            "last_updated": "2023-11-10T12:53:29.194996-05:00",
            "created_at": "2023-11-06T07:58:04.429816-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b459b14-3832-424c-a8b1-1923fc6cd0a1/?format=api"
        },
        {
            "id": "3c935342-a9f5-4024-9cf6-10fb5e1cd810",
            "gambit_id": "7acc690f-9e8f-43b3-8aa2-c5218b98e0c8",
            "last_updated": "2023-11-10T12:53:29.191517-05:00",
            "created_at": "2023-11-06T07:58:04.425568-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b459b14-3832-424c-a8b1-1923fc6cd0a1/?format=api"
        }
    ]
}