GET /api/bet_types/ec3d8d7e-6052-4a66-86a0-0d073d6d9715/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec3d8d7e-6052-4a66-86a0-0d073d6d9715",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb03eb43-8bbd-4b28-9079-2f686bcc9af0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:57:08.740770-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": "Florida Panthers",
                "amount": 5292.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f6a2491-f4c5-44ee-9867-ffc94bc5697f",
            "gambit_id": "915f4d3a-6b6c-4418-a7ce-2ed58905cf69",
            "last_updated": "2023-01-17T11:22:14.868959-05:00",
            "created_at": "2023-01-16T09:57:08.746956-05:00",
            "name": "Florida Panthers",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec3d8d7e-6052-4a66-86a0-0d073d6d9715/?format=api"
        },
        {
            "id": "27dd3b04-40b8-4e13-a82b-4910978d8934",
            "gambit_id": "2afe3165-0699-41e9-baec-93b6c2dd2be1",
            "last_updated": "2023-01-17T11:22:14.867877-05:00",
            "created_at": "2023-01-16T09:57:08.743759-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec3d8d7e-6052-4a66-86a0-0d073d6d9715/?format=api"
        }
    ]
}