GET /api/bet_types/45b6ca1f-49a8-4913-9500-fed2920f7648/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45b6ca1f-49a8-4913-9500-fed2920f7648",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb52cb0d-c722-40dc-ab4e-4694965ca7ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-19T09:52:15.120207-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": "Ottawa Senators",
                "amount": 6104.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b527e75-fd43-4c30-83c5-468998dc3d53",
            "gambit_id": "1d411f09-881e-437e-b23f-64ab00cfdb3c",
            "last_updated": "2023-02-20T09:46:56.121164-05:00",
            "created_at": "2023-02-19T09:52:15.121403-05:00",
            "name": "Ottawa Senators",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45b6ca1f-49a8-4913-9500-fed2920f7648/?format=api"
        },
        {
            "id": "c5b2b376-4f6c-4aa0-bc68-0b37385cc22d",
            "gambit_id": "c856cf08-78df-4797-8bcb-7f6fe43a5b36",
            "last_updated": "2023-02-20T09:46:56.122152-05:00",
            "created_at": "2023-02-19T09:52:15.122614-05:00",
            "name": "St Louis Blues",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45b6ca1f-49a8-4913-9500-fed2920f7648/?format=api"
        }
    ]
}