GET /api/bet_types/50f41f51-e9f1-4381-a5db-fc8e1f7a460c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50f41f51-e9f1-4381-a5db-fc8e1f7a460c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bc60497-8d60-4e84-b1af-b717b95b87e3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Kentucky",
                "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": "Kentucky",
                "amount": 8564.0
            },
            {
                "team": "Vanderbilt",
                "amount": 1436.0
            }
        ],
        "expected_reward_tokens": 9334.0,
        "profit_sb": 334.0,
        "profit_sb_percentage": 3.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "26a8cd6d-7a75-425d-ad9e-41522da7845c",
            "gambit_id": "f8552148-2287-4c28-bab6-74324841c121",
            "last_updated": "2022-11-14T10:33:46.623941-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.09000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50f41f51-e9f1-4381-a5db-fc8e1f7a460c/?format=api"
        },
        {
            "id": "d47a02d5-f0c8-44f1-a1b8-5e5339a57425",
            "gambit_id": "c62fa5c4-dfaa-43db-a90f-a49d32a82f81",
            "last_updated": "2022-11-14T10:33:46.624932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "6.50000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50f41f51-e9f1-4381-a5db-fc8e1f7a460c/?format=api"
        }
    ]
}