GET /api/bet_types/84e02d2a-75f8-4dbc-bb45-990704a0b8a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84e02d2a-75f8-4dbc-bb45-990704a0b8a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/220c21a4-e941-4052-825b-630489b2f6dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:27:59.878365-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": "Philadelphia Flyers",
                "amount": 5944.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0077edc-ea7e-4401-8ef5-ed8d472b0fea",
            "gambit_id": "94be48a3-710e-4029-9988-3a609ab567a8",
            "last_updated": "2023-10-16T18:18:08.190167-04:00",
            "created_at": "2023-10-14T09:27:59.881853-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e02d2a-75f8-4dbc-bb45-990704a0b8a5/?format=api"
        },
        {
            "id": "1767c66e-6521-4651-bfa5-71d9291ad967",
            "gambit_id": "cde3e86c-e3a6-4d64-9a1a-953194042c29",
            "last_updated": "2023-10-16T18:18:08.186506-04:00",
            "created_at": "2023-10-14T09:27:59.887410-04:00",
            "name": "Ottawa Senators",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e02d2a-75f8-4dbc-bb45-990704a0b8a5/?format=api"
        }
    ]
}