GET /api/bet_types/ced635a7-6ea1-4936-85e9-f18a3f6362a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ced635a7-6ea1-4936-85e9-f18a3f6362a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0d903ef-dcb7-4fe8-8b51-09bb06f6bace/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Air Force",
                "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": "Air Force",
                "amount": 8898.0
            },
            {
                "team": "New Mexico",
                "amount": 1102.0
            }
        ],
        "expected_reward_tokens": 9342.9,
        "profit_sb": 342.9,
        "profit_sb_percentage": 3.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d19da1d-8e8e-42b3-b996-c1913e4970d9",
            "gambit_id": "1e8e894e-5456-4e78-a4db-a65f43252c48",
            "last_updated": "2022-11-14T10:09:02.158143-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.05000",
            "odds": "1.05560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ced635a7-6ea1-4936-85e9-f18a3f6362a8/?format=api"
        },
        {
            "id": "fba9090b-683e-4734-9897-bff1b7719e83",
            "gambit_id": "ca8bd45b-c4f9-45d3-ab90-24614fb3ec4d",
            "last_updated": "2022-11-14T10:09:02.159214-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "8.48000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ced635a7-6ea1-4936-85e9-f18a3f6362a8/?format=api"
        }
    ]
}