GET /api/bet_types/f1b6f204-34c0-4835-a0c6-114fe47c2b42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1b6f204-34c0-4835-a0c6-114fe47c2b42",
    "match": "https://api-prod.gambitprofit.com/api/matches/5103c7fd-1205-4322-9c0c-3b93cd29fe30/?format=api",
    "name": "Play the Odds",
    "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": "Los Angeles Kings",
                "amount": 5974.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a554b06-e5c0-494b-bf4f-4510270de919",
            "gambit_id": "fb2f74f6-2a15-43be-99a9-0ce163e16e72",
            "last_updated": "2022-12-09T09:57:12.812292-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1b6f204-34c0-4835-a0c6-114fe47c2b42/?format=api"
        },
        {
            "id": "79ad36c2-fe81-48ed-b9ac-c56fd36e5b38",
            "gambit_id": "b834b9c9-63f4-48fb-990c-639ff53cb761",
            "last_updated": "2022-12-09T09:57:12.811288-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1b6f204-34c0-4835-a0c6-114fe47c2b42/?format=api"
        }
    ]
}