GET /api/bet_types/a865a36a-25ba-41ff-ad77-db786ef90675/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a865a36a-25ba-41ff-ad77-db786ef90675",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a224320-a8b3-41c9-a929-6caeae3212e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:18.079408-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": "Indianapolis Colts",
                "amount": 5214.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "86679114-0881-4ed6-a499-e495d1d47de6",
            "gambit_id": "d53622cd-87e9-41fe-8e46-6e3abcd45354",
            "last_updated": "2023-11-27T20:18:14.819148-05:00",
            "created_at": "2023-11-22T09:13:18.087987-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a865a36a-25ba-41ff-ad77-db786ef90675/?format=api"
        },
        {
            "id": "64c81123-5577-48b5-b6b2-a6d999e00b25",
            "gambit_id": "d69c7df4-4f23-42e7-be48-024cde264635",
            "last_updated": "2023-11-27T20:18:14.815903-05:00",
            "created_at": "2023-11-22T09:13:18.083705-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a865a36a-25ba-41ff-ad77-db786ef90675/?format=api"
        }
    ]
}