GET /api/bet_types/97e8466f-6697-48d0-b0f7-2374cfbdf555/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97e8466f-6697-48d0-b0f7-2374cfbdf555",
    "match": "https://api-prod.gambitprofit.com/api/matches/41d09fe1-b4c9-449a-a1cf-4f1e8c1d16fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:05.223574-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": "NYY",
                "amount": 5688.0
            },
            {
                "team": "TAM",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "cef0a368-4517-4a80-bdb7-db0c6088f158",
            "gambit_id": "cf6a3904-e537-4323-8638-74c0d0532fee",
            "last_updated": "2023-05-15T11:37:02.374546-04:00",
            "created_at": "2023-05-14T10:57:05.225228-04:00",
            "name": "NYY",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97e8466f-6697-48d0-b0f7-2374cfbdf555/?format=api"
        },
        {
            "id": "35bb7b10-044b-49d2-b772-3bceab30e9a9",
            "gambit_id": "9521e1ee-779e-4023-b64f-47964ba4d504",
            "last_updated": "2023-05-15T11:37:02.376040-04:00",
            "created_at": "2023-05-14T10:57:05.226986-04:00",
            "name": "TAM",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97e8466f-6697-48d0-b0f7-2374cfbdf555/?format=api"
        }
    ]
}