GET /api/bet_types/ffb22108-4179-4215-adcf-80c226bf0041/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffb22108-4179-4215-adcf-80c226bf0041",
    "match": "https://api-prod.gambitprofit.com/api/matches/85c10609-2f75-42ee-a1ea-df149bf5b929/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-11T09:07:56.756065-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": "Toronto Maple Leafs",
                "amount": 7191.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2809.0
            }
        ],
        "expected_reward_tokens": 9492.12,
        "profit_sb": -7.88,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1830b25-dfea-4d1f-a278-5b93f45ed618",
            "gambit_id": "d5d4c5fb-f3c7-4b06-9e4c-7508717810e1",
            "last_updated": "2023-10-12T11:33:07.308093-04:00",
            "created_at": "2023-10-11T09:07:56.770875-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffb22108-4179-4215-adcf-80c226bf0041/?format=api"
        },
        {
            "id": "0236e8a6-0489-41c9-b173-577f1a6c0679",
            "gambit_id": "787e5e13-8b5d-48f9-ab08-ffb7ed6a2e05",
            "last_updated": "2023-10-12T11:33:07.304854-04:00",
            "created_at": "2023-10-11T09:07:56.764063-04:00",
            "name": "Montreal Canadiens",
            "reward": "3.38000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffb22108-4179-4215-adcf-80c226bf0041/?format=api"
        }
    ]
}