GET /api/bet_types/fdc782b7-be48-4151-a30c-73ba5d5fe2d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdc782b7-be48-4151-a30c-73ba5d5fe2d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/31b59243-a136-42d0-a5ad-5f85b87bd39f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "UTSA",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UTSA",
                "amount": 8604.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 1396.0
            }
        ],
        "expected_reward_tokens": 9378.36,
        "profit_sb": 378.36,
        "profit_sb_percentage": 4.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "c395dd53-eae5-4544-9da9-68cd2a2f0a33",
            "gambit_id": "27049f59-798b-494e-b1fb-c8853d15ea68",
            "last_updated": "2022-11-14T09:59:00.138577-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdc782b7-be48-4151-a30c-73ba5d5fe2d1/?format=api"
        },
        {
            "id": "79391d2d-b8b2-41a2-a082-5e7906287126",
            "gambit_id": "f0889beb-9583-4eb8-98fe-0a8a6a62ad83",
            "last_updated": "2022-11-14T09:59:00.139569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "6.72000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdc782b7-be48-4151-a30c-73ba5d5fe2d1/?format=api"
        }
    ]
}