GET /api/bet_types/6117fc25-f8e5-4176-b35f-0e101258775e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6117fc25-f8e5-4176-b35f-0e101258775e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee903e04-b434-4654-b77b-9549b79c2c21/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 9145.0
            },
            {
                "team": "Bowling Green",
                "amount": 855.0
            }
        ],
        "expected_reward_tokens": 9413.55,
        "profit_sb": 413.55,
        "profit_sb_percentage": 4.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "29cdfa6f-d927-4cbc-b20e-4d2e90988544",
            "gambit_id": "766e43f5-06b2-4670-b64d-e7beba05320d",
            "last_updated": "2022-09-05T09:57:25.976667-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6117fc25-f8e5-4176-b35f-0e101258775e/?format=api"
        },
        {
            "id": "105afbe8-d571-41d3-ba22-c3106763f515",
            "gambit_id": "5a0a7ae8-74c3-4ff0-8964-cc735040c014",
            "last_updated": "2022-09-05T09:57:25.977660-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "11.01000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6117fc25-f8e5-4176-b35f-0e101258775e/?format=api"
        }
    ]
}