GET /api/bet_types/45912f36-28e3-4357-9b2e-88400e0d2599/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45912f36-28e3-4357-9b2e-88400e0d2599",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7b6cb25-2d2b-4f46-9aea-b3a49f336956/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:22.836660-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": "New York Knicks",
                "amount": 6163.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "07c3e531-65ef-4be2-8d7f-8026b62002b9",
            "gambit_id": "196815fb-9224-4b0b-b737-8810dbcdd054",
            "last_updated": "2023-04-06T12:32:22.285159-04:00",
            "created_at": "2023-04-05T09:22:22.842149-04:00",
            "name": "New York Knicks",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45912f36-28e3-4357-9b2e-88400e0d2599/?format=api"
        },
        {
            "id": "0b53f09f-91e6-485a-b011-b1ea001de79b",
            "gambit_id": "9e37971a-c589-4128-a8c5-c6b245b49fb6",
            "last_updated": "2023-04-06T12:32:22.282777-04:00",
            "created_at": "2023-04-05T09:22:22.839209-04:00",
            "name": "Indiana Pacers",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45912f36-28e3-4357-9b2e-88400e0d2599/?format=api"
        }
    ]
}