GET /api/bet_types/87ab9d5c-3b67-42f0-923a-6db4518c0bf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87ab9d5c-3b67-42f0-923a-6db4518c0bf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a729a78d-9a23-41db-9583-14b6ca882ecc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-01T09:42:09.803544-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": "COL",
                "amount": 5512.0
            },
            {
                "team": "ARI",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "81edba94-7a57-4051-a86d-c5e108326d80",
            "gambit_id": "97e9052b-a9ec-41bb-a801-1b8f0846e406",
            "last_updated": "2023-06-08T12:38:05.138027-04:00",
            "created_at": "2023-06-01T09:42:09.804977-04:00",
            "name": "COL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ab9d5c-3b67-42f0-923a-6db4518c0bf0/?format=api"
        },
        {
            "id": "0435cb46-d12a-40ae-9a24-a43ae6b9460c",
            "gambit_id": "bd151e86-cdc8-472e-8cd5-2a25c960aacc",
            "last_updated": "2023-06-08T12:38:05.139653-04:00",
            "created_at": "2023-06-01T09:42:09.806553-04:00",
            "name": "ARI",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ab9d5c-3b67-42f0-923a-6db4518c0bf0/?format=api"
        }
    ]
}