GET /api/bet_types/f063277a-7413-44f2-b619-f9a9556bd6d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f063277a-7413-44f2-b619-f9a9556bd6d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f7ee4f1-079c-4da8-ac47-52cb68b43da8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-07T11:57:12.789291-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": "Dallas Stars",
                "amount": 5789.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1cb1a46-dece-42c9-b1b1-51623d63a82b",
            "gambit_id": "ddeec914-cb5f-4867-b71a-da97bc2a9c03",
            "last_updated": "2023-05-08T11:47:08.998963-04:00",
            "created_at": "2023-05-07T11:57:12.792132-04:00",
            "name": "Dallas Stars",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f063277a-7413-44f2-b619-f9a9556bd6d8/?format=api"
        },
        {
            "id": "de818068-71ad-4ebf-8b21-0823f382c23f",
            "gambit_id": "098c8893-9f2b-4fb8-8998-e65bf51d9c6c",
            "last_updated": "2023-05-08T11:47:08.997595-04:00",
            "created_at": "2023-05-07T11:57:12.790621-04:00",
            "name": "Seattle Kraken",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f063277a-7413-44f2-b619-f9a9556bd6d8/?format=api"
        }
    ]
}