GET /api/bet_types/b2b8f406-b527-47ef-b681-5dba43901bd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2b8f406-b527-47ef-b681-5dba43901bd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e00b188-74da-4b0e-95f4-5ca306ee71f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:05.181176-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": "New Jersey Devils",
                "amount": 6465.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3535.0
            }
        ],
        "expected_reward_tokens": 9438.45,
        "profit_sb": -61.55,
        "profit_sb_percentage": -0.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bb2d1dc-8333-41c1-8198-76f5d7b29b38",
            "gambit_id": "ec62fae7-1e87-42ce-80c1-ae9a9535f73c",
            "last_updated": "2023-11-15T20:03:22.163597-05:00",
            "created_at": "2023-11-14T09:13:05.186791-05:00",
            "name": "New Jersey Devils",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2b8f406-b527-47ef-b681-5dba43901bd5/?format=api"
        },
        {
            "id": "27fab74c-dccd-4989-b519-9bb438367924",
            "gambit_id": "e404134d-4a57-49c7-97bd-4ed5370fd51a",
            "last_updated": "2023-11-15T20:03:22.166836-05:00",
            "created_at": "2023-11-14T09:13:05.193661-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2b8f406-b527-47ef-b681-5dba43901bd5/?format=api"
        }
    ]
}