GET /api/bet_types/47ab17c6-6830-48a0-bec5-5a9f8098250f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47ab17c6-6830-48a0-bec5-5a9f8098250f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6f03607-06bd-401c-8e6e-17d4bb6c1225/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:00.887209-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": "Dallas Stars",
                "amount": 6617.0
            },
            {
                "team": "New York Rangers",
                "amount": 3383.0
            }
        ],
        "expected_reward_tokens": 9065.29,
        "profit_sb": 65.29,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ce884dd-f0a8-4e31-82cd-e38dd114ac52",
            "gambit_id": "bfdd00e1-8f30-4ae4-9841-e4e87c19d3ad",
            "last_updated": "2023-01-13T11:47:15.562896-05:00",
            "created_at": "2023-01-12T08:22:00.889504-05:00",
            "name": "Dallas Stars",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47ab17c6-6830-48a0-bec5-5a9f8098250f/?format=api"
        },
        {
            "id": "7a11b006-43ac-4ea3-b2d4-0101018dfdc2",
            "gambit_id": "d9cfe2bf-6d00-4970-a505-6a438fb4daa0",
            "last_updated": "2023-01-13T11:47:15.561766-05:00",
            "created_at": "2023-01-12T08:22:00.888333-05:00",
            "name": "New York Rangers",
            "reward": "2.68000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47ab17c6-6830-48a0-bec5-5a9f8098250f/?format=api"
        }
    ]
}