GET /api/bet_types/df41d987-a1af-449c-95d0-365d7241a32e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df41d987-a1af-449c-95d0-365d7241a32e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cddbdeaf-737b-4aac-a8f9-dd2a4bf616bc/?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": "Wisconsin",
                "amount": 5316.0
            },
            {
                "team": "Purdue",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "bac2f877-0dfc-4f62-9b9d-a46271608318",
            "gambit_id": "4fc7325a-c102-4dac-87ea-9cd5be21710d",
            "last_updated": "2022-10-23T19:37:03.362814-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df41d987-a1af-449c-95d0-365d7241a32e/?format=api"
        },
        {
            "id": "e22dc904-d282-42fd-85f8-3f2031c6a7ba",
            "gambit_id": "0ce30d2e-c723-40ac-9d65-200924556fcd",
            "last_updated": "2022-10-23T19:37:03.363849-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df41d987-a1af-449c-95d0-365d7241a32e/?format=api"
        }
    ]
}