GET /api/bet_types/eb7511c3-9196-4a9f-999a-4b27a9b72da1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb7511c3-9196-4a9f-999a-4b27a9b72da1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee589e7e-8e3e-4d6e-ab6d-9fbe28c82ef6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "USC",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "USC",
                "amount": 8898.0
            },
            {
                "team": "California",
                "amount": 1102.0
            }
        ],
        "expected_reward_tokens": 9342.9,
        "profit_sb": 342.9,
        "profit_sb_percentage": 3.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "86aa52e6-6205-4c55-aa72-cac336349a3e",
            "gambit_id": "3bef6ba9-3844-42cc-a9bc-6457338c4a1f",
            "last_updated": "2022-11-06T16:23:11.194290-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.05000",
            "odds": "1.05560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb7511c3-9196-4a9f-999a-4b27a9b72da1/?format=api"
        },
        {
            "id": "af3a2c24-ed78-4eaa-bea6-190c43bec8ec",
            "gambit_id": "3acca968-8144-4279-97bf-3c5a13355447",
            "last_updated": "2022-11-06T16:23:11.195265-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "8.48000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb7511c3-9196-4a9f-999a-4b27a9b72da1/?format=api"
        }
    ]
}