GET /api/bet_types/085ccde8-1a8f-45a0-a9f2-74b798aa6fdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "085ccde8-1a8f-45a0-a9f2-74b798aa6fdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cbc514c-2e0b-4da6-887e-d61e87c717f7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:51:51.513143-05: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": "Petr Yan",
                "amount": 6807.0
            },
            {
                "team": "Merab Dvalishvili",
                "amount": 3193.0
            }
        ],
        "expected_reward_tokens": 9323.56,
        "profit_sb": -176.44,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "e49bd92c-8d42-460e-93c5-ee3e82178cf2",
            "gambit_id": "f2c91972-0575-4a2d-9d80-c6c621aa1ddb",
            "last_updated": "2023-03-13T14:06:51.387878-04:00",
            "created_at": "2023-03-10T08:51:51.514587-05:00",
            "name": "Petr Yan",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/085ccde8-1a8f-45a0-a9f2-74b798aa6fdc/?format=api"
        },
        {
            "id": "51d782a4-7db8-41ef-a217-abd6a38fab7c",
            "gambit_id": "d3668336-3519-4d5d-b707-ccff19347f08",
            "last_updated": "2023-03-13T14:06:51.389515-04:00",
            "created_at": "2023-03-10T08:51:51.516073-05:00",
            "name": "Merab Dvalishvili",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/085ccde8-1a8f-45a0-a9f2-74b798aa6fdc/?format=api"
        }
    ]
}