GET /api/bet_types/0d9b968c-c1ec-4f63-8519-01ab8507b0c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d9b968c-c1ec-4f63-8519-01ab8507b0c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e42783d6-58d9-43f7-b01f-c6e23e33100c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:07:00.999078-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": 6458.0
            },
            {
                "team": "New York Rangers",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c9083da-141d-457e-9013-c1d9620798ed",
            "gambit_id": "961e3f97-9fab-4cc8-a6bb-4f42e2873a0c",
            "last_updated": "2023-04-23T18:37:11.832965-04:00",
            "created_at": "2023-04-22T13:07:01.002490-04:00",
            "name": "New Jersey Devils",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d9b968c-c1ec-4f63-8519-01ab8507b0c6/?format=api"
        },
        {
            "id": "53df1eec-3007-4903-8477-a4713b50aec3",
            "gambit_id": "6333c53c-7bab-40fd-bb4f-1090bb32ac2c",
            "last_updated": "2023-04-23T18:37:11.831620-04:00",
            "created_at": "2023-04-22T13:07:01.000934-04:00",
            "name": "New York Rangers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d9b968c-c1ec-4f63-8519-01ab8507b0c6/?format=api"
        }
    ]
}