GET /api/bet_types/5c0f5e8a-32b5-45d0-beab-80fef5a44066/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c0f5e8a-32b5-45d0-beab-80fef5a44066",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5e19bec-cd9f-4313-8bfb-b92dadc4b446/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:21.721103-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": "Miami Heat",
                "amount": 6554.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "b54c5d1e-c4af-41ea-a4f7-0d2bd226062e",
            "gambit_id": "f85c9f5f-e4d0-421b-9509-623e4d7b778f",
            "last_updated": "2023-04-15T15:47:02.004849-04:00",
            "created_at": "2023-04-13T09:32:21.722381-04:00",
            "name": "Miami Heat",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0f5e8a-32b5-45d0-beab-80fef5a44066/?format=api"
        },
        {
            "id": "737a3ba2-5bff-45a0-89f4-ecebafaabec2",
            "gambit_id": "1444f1ef-5580-4656-bc45-570682080563",
            "last_updated": "2023-04-15T15:47:02.006322-04:00",
            "created_at": "2023-04-13T09:32:21.723689-04:00",
            "name": "Chicago Bulls",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0f5e8a-32b5-45d0-beab-80fef5a44066/?format=api"
        }
    ]
}