GET /api/bet_types/e4e1c118-2df1-4c56-a75e-00c08db4db0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4e1c118-2df1-4c56-a75e-00c08db4db0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/09dafd86-593f-4936-bc9f-a30de27dd1e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:15.888659-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": "Carolina Hurricanes",
                "amount": 5106.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2aae38e-ae48-4975-a156-5637a986ac76",
            "gambit_id": "7260c8cf-da46-45e6-9681-3f95280b21a5",
            "last_updated": "2023-01-28T15:27:19.428540-05:00",
            "created_at": "2023-01-27T08:57:15.891690-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e1c118-2df1-4c56-a75e-00c08db4db0c/?format=api"
        },
        {
            "id": "0fa1c092-7eb0-4a5c-b60e-38fd39445db1",
            "gambit_id": "842e6c22-0184-41ac-951d-48967402e489",
            "last_updated": "2023-01-28T15:27:19.429757-05:00",
            "created_at": "2023-01-27T08:57:15.893256-05:00",
            "name": "San Jose Sharks",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e1c118-2df1-4c56-a75e-00c08db4db0c/?format=api"
        }
    ]
}