GET /api/bet_types/f4463320-436a-4955-aed7-65a92fde4269/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4463320-436a-4955-aed7-65a92fde4269",
    "match": "https://api-prod.gambitprofit.com/api/matches/2abc884e-6559-484d-b92d-d0842485607b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:08.122971-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": "Florida Panthers",
                "amount": 6603.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9375.72,
        "profit_sb": -124.28,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "33d9586e-0ead-4811-be35-3a941162e848",
            "gambit_id": "89e7b5d7-f47d-4a75-8641-3ec733825fca",
            "last_updated": "2023-11-17T23:33:13.902369-05:00",
            "created_at": "2023-11-16T09:28:08.127804-05:00",
            "name": "Florida Panthers",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4463320-436a-4955-aed7-65a92fde4269/?format=api"
        },
        {
            "id": "57233eeb-a364-41d8-bbed-00968038b527",
            "gambit_id": "3d41a06b-ee81-4758-b4cd-76afc5b912a4",
            "last_updated": "2023-11-17T23:33:13.905707-05:00",
            "created_at": "2023-11-16T09:28:08.131750-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4463320-436a-4955-aed7-65a92fde4269/?format=api"
        }
    ]
}