GET /api/bet_types/c7a8c1cb-d79f-4c9c-98e1-e1d5e81ffbe5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7a8c1cb-d79f-4c9c-98e1-e1d5e81ffbe5",
    "match": "https://api-prod.gambitprofit.com/api/matches/54c8d68b-abb1-4573-bcd6-28001b637f5d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:11.585910-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": "Dallas Cowboys",
                "amount": 7191.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 2809.0
            }
        ],
        "expected_reward_tokens": 9492.12,
        "profit_sb": -7.88,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "837f0fb6-727e-4571-b491-ce8920737904",
            "gambit_id": "9543e78a-6b40-4a90-b320-75a11a15f7aa",
            "last_updated": "2023-10-30T15:38:31.640118-04:00",
            "created_at": "2023-10-25T09:13:11.593606-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7a8c1cb-d79f-4c9c-98e1-e1d5e81ffbe5/?format=api"
        },
        {
            "id": "c799cc98-b49f-4c97-86f5-cf57f47e930e",
            "gambit_id": "6f5cff70-2453-4200-95e2-8ed4782d48ba",
            "last_updated": "2023-10-30T15:38:31.634566-04:00",
            "created_at": "2023-10-25T09:13:11.589995-04:00",
            "name": "Los Angeles Rams",
            "reward": "3.38000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7a8c1cb-d79f-4c9c-98e1-e1d5e81ffbe5/?format=api"
        }
    ]
}