GET /api/bet_types/ce845a7f-d99f-45a3-8c51-9c00b44adf48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce845a7f-d99f-45a3-8c51-9c00b44adf48",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0f89d0f-d264-4339-b3f9-25dfe11ea8cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-09T09:47:59.760203-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": "Edmonton Oilers",
                "amount": 5788.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "15414132-1693-49ca-817e-3813ea00e02a",
            "gambit_id": "d8f48525-fc98-46cc-9cb3-9436e7441a11",
            "last_updated": "2023-11-12T11:03:21.039817-05:00",
            "created_at": "2023-11-09T09:47:59.768567-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce845a7f-d99f-45a3-8c51-9c00b44adf48/?format=api"
        },
        {
            "id": "7bbcc38c-f24d-4517-913f-ccbcc6a0af9f",
            "gambit_id": "b6298de9-ec81-4508-a8c1-c7370173fdcd",
            "last_updated": "2023-11-12T11:03:21.043359-05:00",
            "created_at": "2023-11-09T09:47:59.772725-05:00",
            "name": "San Jose Sharks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce845a7f-d99f-45a3-8c51-9c00b44adf48/?format=api"
        }
    ]
}