GET /api/bet_types/9243e4bc-407f-4002-8de9-6cbbc7940389/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9243e4bc-407f-4002-8de9-6cbbc7940389",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab4f13b1-9316-44c0-80e7-e15f3e4d4182/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:07.180994-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": "Pittsburgh Penguins",
                "amount": 6090.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b37348cc-b9fe-47a9-9696-8dfe5c492372",
            "gambit_id": "d128dd4e-7d57-4c09-a6a9-04c57eefd789",
            "last_updated": "2023-10-23T20:38:04.336189-04:00",
            "created_at": "2023-10-21T09:38:07.185409-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9243e4bc-407f-4002-8de9-6cbbc7940389/?format=api"
        },
        {
            "id": "67166bf2-b9bf-45a6-afd1-8bced7645780",
            "gambit_id": "f029e110-cf4a-4da6-ae8e-4d5b01a3cf39",
            "last_updated": "2023-10-23T20:38:04.340595-04:00",
            "created_at": "2023-10-21T09:38:07.189332-04:00",
            "name": "St Louis Blues",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9243e4bc-407f-4002-8de9-6cbbc7940389/?format=api"
        }
    ]
}