GET /api/bet_types/888c0b9d-e7e3-4328-8328-185962fe0522/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "888c0b9d-e7e3-4328-8328-185962fe0522",
    "match": "https://api-prod.gambitprofit.com/api/matches/121eb7af-58ac-4f90-8798-4b604e26858f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T11:18:02.579829-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Dallas Cowboys",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Dallas Cowboys",
                "amount": 9099.0
            },
            {
                "team": "New York Giants",
                "amount": 901.0
            }
        ],
        "expected_reward_tokens": 9460.5,
        "profit_sb": -39.5,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "01cd8f70-98fa-4990-98ce-2cb4fcaf2997",
            "gambit_id": "6bb7787b-de15-44a9-8926-ce06b8f469ad",
            "last_updated": "2023-11-13T15:38:09.110053-05:00",
            "created_at": "2023-11-10T11:18:02.588501-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888c0b9d-e7e3-4328-8328-185962fe0522/?format=api"
        },
        {
            "id": "9d9e9479-62e7-441a-a368-968733a8732f",
            "gambit_id": "e88c840f-d7a3-475a-868e-594d0e52a3ee",
            "last_updated": "2023-11-13T15:38:09.106617-05:00",
            "created_at": "2023-11-10T11:18:02.583884-05:00",
            "name": "New York Giants",
            "reward": "10.50000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888c0b9d-e7e3-4328-8328-185962fe0522/?format=api"
        }
    ]
}