GET /api/bet_types/62ac71ac-41a9-4ead-b208-c9662b8bef66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62ac71ac-41a9-4ead-b208-c9662b8bef66",
    "match": "https://api-prod.gambitprofit.com/api/matches/888e8c2e-f4e6-4c44-96c3-55e91a2b234e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:03.996274-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": "Detroit Red Wings",
                "amount": 5213.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3fd093b-ba67-4fee-b99e-7549aa1f5001",
            "gambit_id": "2c769106-4c6e-42f2-80f9-512fca69690d",
            "last_updated": "2023-03-13T19:17:12.103428-04:00",
            "created_at": "2023-03-12T10:17:03.998545-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62ac71ac-41a9-4ead-b208-c9662b8bef66/?format=api"
        },
        {
            "id": "dc24f6e5-179e-4e4f-bd8a-3846ad369d45",
            "gambit_id": "5b20de45-8da8-419e-9fb7-27874b367520",
            "last_updated": "2023-03-13T19:17:12.105223-04:00",
            "created_at": "2023-03-12T10:17:04.000796-04:00",
            "name": "Boston Bruins",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62ac71ac-41a9-4ead-b208-c9662b8bef66/?format=api"
        }
    ]
}