GET /api/bet_types/6ea73246-be09-4809-8a28-1bbf18b6edbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ea73246-be09-4809-8a28-1bbf18b6edbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba73d34a-374c-4342-8eed-ef09662ac11d/?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": 6828.0
            },
            {
                "team": "Illinois",
                "amount": 3172.0
            }
        ],
        "expected_reward_tokens": 9420.84,
        "profit_sb": 420.84,
        "profit_sb_percentage": 4.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c93ff54-2249-4d09-8a42-91280d9a83ec",
            "gambit_id": "83f43e57-44e2-47fb-b36c-903762acdd79",
            "last_updated": "2022-10-02T15:17:22.929349-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ea73246-be09-4809-8a28-1bbf18b6edbe/?format=api"
        },
        {
            "id": "d87c01ba-98ff-475c-b0ee-f954e1b094d8",
            "gambit_id": "a5ecc9d8-08ce-4d0d-ae8a-e00bcdcc1c84",
            "last_updated": "2022-10-02T15:17:22.930435-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "2.97000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ea73246-be09-4809-8a28-1bbf18b6edbe/?format=api"
        }
    ]
}