GET /api/bet_types/a55a7579-2d0e-4444-84fa-ad768ac88df5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a55a7579-2d0e-4444-84fa-ad768ac88df5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d63d507-2760-4754-a89f-6114ec0ae13a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:11.885974-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": "Atlanta Falcons",
                "amount": 5602.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2a7d9fc-e5c0-4339-ba2e-434acf4c576c",
            "gambit_id": "08175cc5-b67d-4c6a-a1b9-1377bb5311ae",
            "last_updated": "2023-10-30T15:38:30.205657-04:00",
            "created_at": "2023-10-25T09:13:11.891379-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a55a7579-2d0e-4444-84fa-ad768ac88df5/?format=api"
        },
        {
            "id": "8327114f-1d17-4533-bed5-59fd32a6165d",
            "gambit_id": "f2badf52-fd7c-477d-bbca-a71046eba64f",
            "last_updated": "2023-10-30T15:38:30.209333-04:00",
            "created_at": "2023-10-25T09:13:11.895891-04:00",
            "name": "Tennessee Titans",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a55a7579-2d0e-4444-84fa-ad768ac88df5/?format=api"
        }
    ]
}