GET /api/bet_types/541dd12c-4105-498c-91b4-339cbb0ca48b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "541dd12c-4105-498c-91b4-339cbb0ca48b",
    "match": "https://api-prod.gambitprofit.com/api/matches/500a5b12-44f9-48ef-9362-e0071f28995a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:13.257722-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": "New York Islanders",
                "amount": 6554.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "4bed52ac-2a6d-475f-8c8a-fa310aa9283e",
            "gambit_id": "60cedc89-1ea1-403e-b1a8-98d4452f26ad",
            "last_updated": "2024-01-15T09:53:15.689191-05:00",
            "created_at": "2024-01-11T09:38:13.268660-05:00",
            "name": "New York Islanders",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/541dd12c-4105-498c-91b4-339cbb0ca48b/?format=api"
        },
        {
            "id": "c56e80db-6cef-49ef-9292-4a89866bd772",
            "gambit_id": "30c3806a-5e3d-46ac-9c80-1c5e8969c0ab",
            "last_updated": "2024-01-15T09:53:15.685551-05:00",
            "created_at": "2024-01-11T09:38:13.261511-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/541dd12c-4105-498c-91b4-339cbb0ca48b/?format=api"
        }
    ]
}