GET /api/bet_types/c6537b5e-dc28-4c7c-8d58-9877e2f3c4b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6537b5e-dc28-4c7c-8d58-9877e2f3c4b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6ca7013-1881-476b-95c5-43d6d71bf257/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:17.614644-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": "Pittsburgh Steelers",
                "amount": 5512.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "c442bbf1-e0fa-4fbf-ae85-2a6ec51c66a6",
            "gambit_id": "dce4e9c4-b74c-430f-9ba9-17b967ee25f2",
            "last_updated": "2023-11-27T20:13:14.361986-05:00",
            "created_at": "2023-11-22T09:13:17.618420-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6537b5e-dc28-4c7c-8d58-9877e2f3c4b0/?format=api"
        },
        {
            "id": "65c4f5a0-da32-450e-b0a4-0af3330205c4",
            "gambit_id": "0aa0f4a0-0bcb-4b7a-a818-75033f44ff47",
            "last_updated": "2023-11-27T20:13:14.381846-05:00",
            "created_at": "2023-11-22T09:13:17.622449-05:00",
            "name": "Cincinnati Bengals",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6537b5e-dc28-4c7c-8d58-9877e2f3c4b0/?format=api"
        }
    ]
}