GET /api/bet_types/e14a37a7-a84d-4b6c-bf54-ac551a6babed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e14a37a7-a84d-4b6c-bf54-ac551a6babed",
    "match": "https://api-prod.gambitprofit.com/api/matches/fec5aca3-45be-4aab-a24b-271e173f5b56/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:08.511963-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": "KAN",
                "amount": 5319.0
            },
            {
                "team": "BOS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d6bb16c-b072-496e-b163-3fa4775d48b6",
            "gambit_id": "35138aaf-0fdc-4fce-8cac-00e20162c15f",
            "last_updated": "2023-08-10T10:23:24.027064-04:00",
            "created_at": "2023-08-08T08:28:08.515682-04:00",
            "name": "KAN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14a37a7-a84d-4b6c-bf54-ac551a6babed/?format=api"
        },
        {
            "id": "89f7681c-74d2-498d-b0f5-b9e7d963804e",
            "gambit_id": "57654669-ba99-42fc-b770-1bfadf1c4d9c",
            "last_updated": "2023-08-10T10:23:24.023329-04:00",
            "created_at": "2023-08-08T08:28:08.519918-04:00",
            "name": "BOS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14a37a7-a84d-4b6c-bf54-ac551a6babed/?format=api"
        }
    ]
}