GET /api/bet_types/3cc05113-47dd-495e-84ed-ea4e5cb1d008/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cc05113-47dd-495e-84ed-ea4e5cb1d008",
    "match": "https://api-prod.gambitprofit.com/api/matches/04ad99c9-ca78-4ee3-b3b8-538c52e6230a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:01.161391-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": "Columbus Blue Jackets",
                "amount": 5107.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c35fb35f-cda0-410c-bab8-9a52c0ac321b",
            "gambit_id": "94a108e0-b043-46f7-9a84-f11ea4f26d74",
            "last_updated": "2023-12-29T11:13:25.065480-05:00",
            "created_at": "2023-12-27T09:03:01.166942-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cc05113-47dd-495e-84ed-ea4e5cb1d008/?format=api"
        },
        {
            "id": "dce73fe0-0218-42d8-90df-df327d1e2f95",
            "gambit_id": "e78eec77-08e5-4a1f-9653-ae95cd3e6240",
            "last_updated": "2023-12-29T11:13:25.068783-05:00",
            "created_at": "2023-12-27T09:03:01.172644-05:00",
            "name": "New Jersey Devils",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cc05113-47dd-495e-84ed-ea4e5cb1d008/?format=api"
        }
    ]
}