GET /api/bet_types/99791718-6391-4974-8cf8-1b072aee0fb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99791718-6391-4974-8cf8-1b072aee0fb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc231f96-549b-459a-a407-7f30b81f2e00/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Fresno State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fresno State",
                "amount": 9289.0
            },
            {
                "team": "Hawaii",
                "amount": 711.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": 470.52,
        "profit_sb_percentage": 5.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "95b80ca2-f6c5-4cf2-9cc5-4aa64f83b225",
            "gambit_id": "76eb0ffb-2730-4bd0-ab36-d47ad1b8bf7d",
            "last_updated": "2022-11-06T08:08:32.305193-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99791718-6391-4974-8cf8-1b072aee0fb0/?format=api"
        },
        {
            "id": "f08667e5-289b-4bf5-b276-5003f8c9237f",
            "gambit_id": "a86865e2-763f-4534-ab42-e83692e371ad",
            "last_updated": "2022-11-06T08:08:32.306348-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "13.32000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99791718-6391-4974-8cf8-1b072aee0fb0/?format=api"
        }
    ]
}