GET /api/bet_types/eec7a7a8-ade4-4424-9ee4-6cdf65ea2a5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eec7a7a8-ade4-4424-9ee4-6cdf65ea2a5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/714c73e5-2ef7-46a9-88b2-e964c1e68ebd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:51:51.653835-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": "Alexander Romanov",
                "amount": 5673.0
            },
            {
                "team": "Alexander Volkov",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "09a30bdf-148f-4a70-8891-004d6a5583f8",
            "gambit_id": "110ef63c-e432-4f26-96b2-05112d5258ca",
            "last_updated": "2023-03-13T14:06:51.569544-04:00",
            "created_at": "2023-03-10T08:51:51.656532-05:00",
            "name": "Alexander Romanov",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eec7a7a8-ade4-4424-9ee4-6cdf65ea2a5a/?format=api"
        },
        {
            "id": "acaee3d5-851f-47a9-992c-458599b4f53b",
            "gambit_id": "b2605e8c-8c78-487c-8733-2e36e6a92b0b",
            "last_updated": "2023-03-13T14:06:51.567749-04:00",
            "created_at": "2023-03-10T08:51:51.655169-05:00",
            "name": "Alexander Volkov",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eec7a7a8-ade4-4424-9ee4-6cdf65ea2a5a/?format=api"
        }
    ]
}