GET /api/bet_types/647b061e-9e76-4796-817f-1a4b98bb1964/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "647b061e-9e76-4796-817f-1a4b98bb1964",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c5ad5e0-23f7-4417-b7ff-58db3483ea5f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T13:36:51.231247-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": 7357.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9488.37,
        "profit_sb": -11.63,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bbb7e8c-ee85-4f50-a971-990acbfef6dc",
            "gambit_id": "e0040a4e-6e74-4830-bfb6-f10d59535d51",
            "last_updated": "2023-04-03T10:11:55.780471-04:00",
            "created_at": "2023-04-01T13:36:51.234862-04:00",
            "name": "New Jersey Devils",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/647b061e-9e76-4796-817f-1a4b98bb1964/?format=api"
        },
        {
            "id": "b89338dc-3a4d-49e6-a0fe-c6381097f736",
            "gambit_id": "e29c7824-286b-417c-838e-d3b44e2d93c9",
            "last_updated": "2023-04-03T10:11:55.778226-04:00",
            "created_at": "2023-04-01T13:36:51.232965-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.59000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/647b061e-9e76-4796-817f-1a4b98bb1964/?format=api"
        }
    ]
}