GET /api/bet_types/5e081a12-6fe9-44e8-a421-5d29dd97b4fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e081a12-6fe9-44e8-a421-5d29dd97b4fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b9b83e2-ff69-4692-911c-d66d440dfbc6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:21.711583-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": "Phoenix Suns",
                "amount": 5107.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "be10a66c-085d-493f-b974-9c2a0e710f21",
            "gambit_id": "26fc6b8c-1cbd-4f64-bdab-862f9544415d",
            "last_updated": "2024-02-01T10:37:58.943148-05:00",
            "created_at": "2024-01-31T09:58:21.715596-05:00",
            "name": "Phoenix Suns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e081a12-6fe9-44e8-a421-5d29dd97b4fc/?format=api"
        },
        {
            "id": "773d929d-c022-4f0f-b1e6-92ef7c947704",
            "gambit_id": "f44f4c0e-04ee-42f5-a7bd-055f4e4e94ae",
            "last_updated": "2024-02-01T10:37:58.946530-05:00",
            "created_at": "2024-01-31T09:58:21.719768-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e081a12-6fe9-44e8-a421-5d29dd97b4fc/?format=api"
        }
    ]
}