GET /api/bet_types/242df1a3-01c1-4735-9d97-be6573f0dae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "242df1a3-01c1-4735-9d97-be6573f0dae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc559956-8918-4175-a5a3-61fcd1340e41/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Montreal Canadiens",
                "amount": 5098.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a326f1a-d23c-4c7d-be4e-22da0be44735",
            "gambit_id": "8fd9a869-48ba-44eb-b882-914e91276275",
            "last_updated": "2022-12-22T20:42:22.109634-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242df1a3-01c1-4735-9d97-be6573f0dae8/?format=api"
        },
        {
            "id": "bd82fd6b-04bf-4737-8368-e1f3e61aafa0",
            "gambit_id": "c15d79e1-bdbf-42a8-83fe-f7150b084122",
            "last_updated": "2022-12-22T20:42:22.108525-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242df1a3-01c1-4735-9d97-be6573f0dae8/?format=api"
        }
    ]
}