GET /api/bet_types/ce59f98d-ccfd-428a-8ab4-98223a5c17fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce59f98d-ccfd-428a-8ab4-98223a5c17fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/401a86a4-975b-4e28-94af-2f0f5ec3fd52/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T12:46:50.873141-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Bo Nickal",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1000.0,
        "profit_sb_percentage": 10.53,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bo Nickal",
                "amount": 9018.0
            },
            {
                "team": "Jamie Pickett",
                "amount": 982.0
            }
        ],
        "expected_reward_tokens": 9466.48,
        "profit_sb": -33.52,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee4fe0fc-f1ba-49bc-becb-96bd70402b4d",
            "gambit_id": "a7b14e79-10d4-4fa4-9438-df8c24210a45",
            "last_updated": "2023-03-06T15:11:56.888116-05:00",
            "created_at": "2023-03-04T12:46:50.874350-05:00",
            "name": "Bo Nickal",
            "reward": "1.05000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce59f98d-ccfd-428a-8ab4-98223a5c17fb/?format=api"
        },
        {
            "id": "3bdd13a4-6c95-4402-bf4d-88bfe154ee32",
            "gambit_id": "99cbabb8-c9a5-463b-a14d-b4c4d2f19697",
            "last_updated": "2023-03-06T15:11:56.889409-05:00",
            "created_at": "2023-03-04T12:46:50.875828-05:00",
            "name": "Jamie Pickett",
            "reward": "9.64000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce59f98d-ccfd-428a-8ab4-98223a5c17fb/?format=api"
        }
    ]
}