GET /api/bet_types/83391c70-59ae-48a0-96d1-9b07f4afd05c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83391c70-59ae-48a0-96d1-9b07f4afd05c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ff4af8a-5a26-4194-936c-c06613747572/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Nebraska",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Nebraska",
                "amount": 9054.0
            },
            {
                "team": "Georgia Southern",
                "amount": 946.0
            }
        ],
        "expected_reward_tokens": 9412.7,
        "profit_sb": 412.7,
        "profit_sb_percentage": 4.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "db12d92c-3e54-4e6e-b0f8-5d1cc6c83152",
            "gambit_id": "4eda7222-8807-43d7-aa20-f71e223072ff",
            "last_updated": "2022-09-11T09:52:30.414269-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83391c70-59ae-48a0-96d1-9b07f4afd05c/?format=api"
        },
        {
            "id": "5e29fd21-9e0e-4e7a-8424-717b71f9c425",
            "gambit_id": "a551b9a0-4c3b-4390-91a1-f9b47772818a",
            "last_updated": "2022-09-11T09:52:30.415275-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "9.95000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83391c70-59ae-48a0-96d1-9b07f4afd05c/?format=api"
        }
    ]
}