GET /api/bet_types/9bb24223-448f-44f0-9507-0591fefbdf21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bb24223-448f-44f0-9507-0591fefbdf21",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab7e3b16-8ba7-4a3a-b546-a04b2b38507a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:23:05.325724-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": "Las Vegas Raiders",
                "amount": 5939.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c066f8a2-422d-4c88-bed3-ba3954c60f85",
            "gambit_id": "739b639e-f393-45b0-acc4-7ff74d90791b",
            "last_updated": "2023-12-15T10:08:18.349329-05:00",
            "created_at": "2023-12-14T09:23:05.334849-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bb24223-448f-44f0-9507-0591fefbdf21/?format=api"
        },
        {
            "id": "6387d8d7-8464-4282-b4a9-ece63696686f",
            "gambit_id": "5795beeb-4ab9-49ad-a32a-bd9164945143",
            "last_updated": "2023-12-15T10:08:18.345809-05:00",
            "created_at": "2023-12-14T09:23:05.330125-05:00",
            "name": "Los Angeles Chargers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bb24223-448f-44f0-9507-0591fefbdf21/?format=api"
        }
    ]
}