GET /api/bet_types/6e1a00e6-3e2a-47cd-8b8a-d4cd2cb552bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e1a00e6-3e2a-47cd-8b8a-d4cd2cb552bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf0c51e-2d87-4a10-b226-78afc013e34d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:19.893769-04: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": "TCU",
                "amount": 6547.0
            },
            {
                "team": "Arizona State",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "692427b6-a32e-4b2d-bebb-38c57079bbc6",
            "gambit_id": "74d97a01-22b8-4894-ad7c-95a60bdf31ca",
            "last_updated": "2023-03-18T11:32:13.467513-04:00",
            "created_at": "2023-03-16T17:37:19.895327-04:00",
            "name": "TCU",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e1a00e6-3e2a-47cd-8b8a-d4cd2cb552bf/?format=api"
        },
        {
            "id": "3b2e9696-e475-4905-b377-17c0d625eac9",
            "gambit_id": "2da68334-b927-4be3-ac84-1edc7de76c58",
            "last_updated": "2023-03-18T11:32:13.469098-04:00",
            "created_at": "2023-03-16T17:37:19.896847-04:00",
            "name": "Arizona State",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e1a00e6-3e2a-47cd-8b8a-d4cd2cb552bf/?format=api"
        }
    ]
}