GET /api/bet_types/a4879802-2a19-4293-91d7-b54a10286b89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4879802-2a19-4293-91d7-b54a10286b89",
    "match": "https://api-prod.gambitprofit.com/api/matches/51b88fbe-d7c3-48e2-a798-2091ec7c0116/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-16T09:52:56.078497-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": "Washington Capitals",
                "amount": 6744.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "166f543c-1cc3-4413-bad8-b25340830975",
            "gambit_id": "cac5caad-60d2-4330-9eef-c1da5f606553",
            "last_updated": "2023-10-17T10:18:11.037682-04:00",
            "created_at": "2023-10-16T09:52:56.088127-04:00",
            "name": "Washington Capitals",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4879802-2a19-4293-91d7-b54a10286b89/?format=api"
        },
        {
            "id": "5d429323-b490-417f-8d78-a310e6da73dd",
            "gambit_id": "a5af8df7-1a60-4b28-ac1e-7b530adc2c54",
            "last_updated": "2023-10-17T10:18:11.034231-04:00",
            "created_at": "2023-10-16T09:52:56.083211-04:00",
            "name": "Calgary Flames",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4879802-2a19-4293-91d7-b54a10286b89/?format=api"
        }
    ]
}