GET /api/bet_types/c0c48cf0-c8ea-4c12-b672-020cb29994c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0c48cf0-c8ea-4c12-b672-020cb29994c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4edd80a-9773-4347-b38f-a5e781bea19c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:20.462529-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": "SEA",
                "amount": 6603.0
            },
            {
                "team": "NYY",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "0dbcea38-a7fe-4f18-84bb-eea2834c7832",
            "gambit_id": "21456b56-ced8-4532-8bc8-db8fdd14471f",
            "last_updated": "2023-06-22T10:33:12.522696-04:00",
            "created_at": "2023-06-20T08:33:20.465224-04:00",
            "name": "SEA",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0c48cf0-c8ea-4c12-b672-020cb29994c4/?format=api"
        },
        {
            "id": "87f08d25-da7d-475d-ae3f-d737eff196e9",
            "gambit_id": "8a70a834-41f9-4f6e-a144-27655a77f2fc",
            "last_updated": "2023-06-22T10:33:12.524593-04:00",
            "created_at": "2023-06-20T08:33:20.468325-04:00",
            "name": "NYY",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0c48cf0-c8ea-4c12-b672-020cb29994c4/?format=api"
        }
    ]
}