GET /api/bet_types/bbef1d91-aa1c-4ce6-9ed5-7e84c8abce3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbef1d91-aa1c-4ce6-9ed5-7e84c8abce3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/102aad94-d1aa-460d-bc47-7659913a6a99/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Winnipeg Jets",
                "amount": 5106.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "4277f35e-8c3a-4c35-bbc6-4cdeef17d475",
            "gambit_id": "2aac93c8-f4ea-4dcb-b3b8-e721deba93b4",
            "last_updated": "2022-10-25T10:12:26.138720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbef1d91-aa1c-4ce6-9ed5-7e84c8abce3c/?format=api"
        },
        {
            "id": "fb896b46-8728-4ba4-a344-8df640f2de02",
            "gambit_id": "ac4375aa-8cf2-49e4-b694-346f41c38f20",
            "last_updated": "2022-10-25T10:12:26.139702-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbef1d91-aa1c-4ce6-9ed5-7e84c8abce3c/?format=api"
        }
    ]
}