GET /api/bet_types/7af6b888-8879-40f4-8ab8-0d1ef38db6a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7af6b888-8879-40f4-8ab8-0d1ef38db6a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6088f99-5d62-4d69-9fd5-7b65daeb5392/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:08.658379-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": "Tampa Bay Lightning",
                "amount": 6010.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae97f2bc-45fb-48f1-ab61-3e860baab619",
            "gambit_id": "ef83438c-07af-49bc-ab0e-de0df997e209",
            "last_updated": "2023-12-15T10:52:58.614925-05:00",
            "created_at": "2023-12-14T09:28:08.662966-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7af6b888-8879-40f4-8ab8-0d1ef38db6a5/?format=api"
        },
        {
            "id": "106052d4-31ad-4bae-875c-af37f20f4357",
            "gambit_id": "45f8f4c6-83a9-4713-bc14-b6f7c2bc41fc",
            "last_updated": "2023-12-15T10:52:58.618270-05:00",
            "created_at": "2023-12-14T09:28:08.668061-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7af6b888-8879-40f4-8ab8-0d1ef38db6a5/?format=api"
        }
    ]
}