GET /api/bet_types/bdf26793-9a1a-4770-bcbf-ae75977b52a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdf26793-9a1a-4770-bcbf-ae75977b52a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c874e3a3-0c93-4fc7-adb1-56fa987e51f7/?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": 6326.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "46274387-a91c-40a7-9451-b618a3e85ce8",
            "gambit_id": "5e7d87d0-fcc2-4a86-a23b-acbb26a18bab",
            "last_updated": "2022-10-31T11:12:08.909477-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdf26793-9a1a-4770-bcbf-ae75977b52a4/?format=api"
        },
        {
            "id": "4c927543-d38a-47c3-8cf5-03808ed5edd7",
            "gambit_id": "17e66b49-bccd-469a-a16e-d5dbf07f9fa0",
            "last_updated": "2022-10-31T11:12:08.910437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdf26793-9a1a-4770-bcbf-ae75977b52a4/?format=api"
        }
    ]
}