GET /api/bet_types/d825bebc-b944-4aab-b498-239cf0f3100a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d825bebc-b944-4aab-b498-239cf0f3100a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bcc12cd-7883-459d-85f7-55f8bf82c43a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Louisville",
                "amount": 8096.0
            },
            {
                "team": "South Florida",
                "amount": 1904.0
            }
        ],
        "expected_reward_tokens": 9310.4,
        "profit_sb": 310.4,
        "profit_sb_percentage": 3.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "11aa4a3f-a0f7-4666-89c0-aa2bdf166a02",
            "gambit_id": "c3d123bd-1584-4af5-bf35-4c14e926b036",
            "last_updated": "2022-09-25T11:37:16.030431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d825bebc-b944-4aab-b498-239cf0f3100a/?format=api"
        },
        {
            "id": "fe712d04-724c-4ec9-ab16-5bb653f8ece8",
            "gambit_id": "c9ae1502-d6df-40de-bb48-f1decaaab1e5",
            "last_updated": "2022-09-25T11:37:16.031361-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "4.89000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d825bebc-b944-4aab-b498-239cf0f3100a/?format=api"
        }
    ]
}