GET /api/bet_types/77f611d8-cf0b-42b3-bd59-d96f48a6b1fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77f611d8-cf0b-42b3-bd59-d96f48a6b1fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4d6a970-10bb-442e-a343-c71602bab13e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-19T08:32:59.525547-04: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": "Winnipeg Jets",
                "amount": 6849.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cb56363-c0c0-4fa9-b4ed-ef48e6a7975b",
            "gambit_id": "279b8b4b-99c9-40f5-aa57-2c74894202f8",
            "last_updated": "2023-10-20T11:23:25.934510-04:00",
            "created_at": "2023-10-19T08:32:59.535712-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f611d8-cf0b-42b3-bd59-d96f48a6b1fc/?format=api"
        },
        {
            "id": "e0a5d5ef-fa4a-4567-b33b-704b4f78de05",
            "gambit_id": "52effb14-0a98-4b5d-94ae-5a53ed175e84",
            "last_updated": "2023-10-20T11:23:25.930339-04:00",
            "created_at": "2023-10-19T08:32:59.529502-04:00",
            "name": "Vegas Golden Knights",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f611d8-cf0b-42b3-bd59-d96f48a6b1fc/?format=api"
        }
    ]
}