GET /api/bet_types/f1f77789-698d-4992-96da-bfc28d3a2fa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1f77789-698d-4992-96da-bfc28d3a2fa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a7a70a4-9029-480c-9411-4e26bc3c0f8d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:06.662706-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": "ARI",
                "amount": 5688.0
            },
            {
                "team": "PHI",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "da887f6e-c9a9-4dfd-a0e0-0210037d2970",
            "gambit_id": "bea1b6a6-281f-4789-a6dc-03d8b16bafad",
            "last_updated": "2023-10-23T13:23:27.466869-04:00",
            "created_at": "2023-10-21T09:38:06.671947-04:00",
            "name": "ARI",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f77789-698d-4992-96da-bfc28d3a2fa0/?format=api"
        },
        {
            "id": "69731899-20f9-48f4-9c42-f0864a7bdf5f",
            "gambit_id": "eb977664-fef5-45b5-b8e8-726f2f47122e",
            "last_updated": "2023-10-23T13:23:27.463610-04:00",
            "created_at": "2023-10-21T09:38:06.667555-04:00",
            "name": "PHI",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f77789-698d-4992-96da-bfc28d3a2fa0/?format=api"
        }
    ]
}