GET /api/bet_types/5acabb66-f1f4-48ed-a7b5-fff04b692c8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5acabb66-f1f4-48ed-a7b5-fff04b692c8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4df1c079-1cc7-4a4f-b1d2-dca5f725273f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:55.005722-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": "New Jersey Devils",
                "amount": 6603.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b44a4fd-9ab7-443a-8390-02b440fb8a98",
            "gambit_id": "acc4d347-abd7-442c-8ccf-ac70331fefb5",
            "last_updated": "2023-03-20T09:36:51.602491-04:00",
            "created_at": "2023-03-18T08:46:55.010669-04:00",
            "name": "New Jersey Devils",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5acabb66-f1f4-48ed-a7b5-fff04b692c8c/?format=api"
        },
        {
            "id": "995d9cdd-0b06-46a7-b851-efa1f22cb9b3",
            "gambit_id": "e689b77f-ef58-4dd0-9c9e-d11af8136f7f",
            "last_updated": "2023-03-20T09:36:51.600671-04:00",
            "created_at": "2023-03-18T08:46:55.008161-04:00",
            "name": "Florida Panthers",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5acabb66-f1f4-48ed-a7b5-fff04b692c8c/?format=api"
        }
    ]
}