GET /api/bet_types/359aa4da-5221-42d9-a488-5cebcc4e7df7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "359aa4da-5221-42d9-a488-5cebcc4e7df7",
    "match": "https://api-prod.gambitprofit.com/api/matches/843bcf37-4dbe-4c1f-885f-47158b01391b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-05T08:52:55.968966-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": "Detroit Red Wings",
                "amount": 5317.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdc2f3ef-4c03-461a-9934-30c3991d62d0",
            "gambit_id": "0117336e-a9f7-4326-a7e4-56a852c94012",
            "last_updated": "2023-12-06T22:08:04.157276-05:00",
            "created_at": "2023-12-05T08:52:55.973744-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/359aa4da-5221-42d9-a488-5cebcc4e7df7/?format=api"
        },
        {
            "id": "e4384e86-0fc8-4ba4-bc93-7771d00d1e5e",
            "gambit_id": "5ebea365-5cfc-46cb-8576-7225aca1a1f5",
            "last_updated": "2023-12-06T22:08:04.161901-05:00",
            "created_at": "2023-12-05T08:52:55.979280-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/359aa4da-5221-42d9-a488-5cebcc4e7df7/?format=api"
        }
    ]
}