GET /api/bet_types/e8dde2a2-59dd-4387-ba77-8de0f5d68505/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8dde2a2-59dd-4387-ba77-8de0f5d68505",
    "match": "https://api-prod.gambitprofit.com/api/matches/d842f7ce-a142-4862-8689-20fdd58e7e79/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T08:13:17.943908-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": "NYM",
                "amount": 5688.0
            },
            {
                "team": "MIA",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b893bbf-037c-4ae0-a987-c1797cdc6e4e",
            "gambit_id": "48e05047-ef3c-4cc5-b88a-dbe7788ec2fa",
            "last_updated": "2023-09-30T11:03:11.357419-04:00",
            "created_at": "2023-09-28T08:13:17.952681-04:00",
            "name": "NYM",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8dde2a2-59dd-4387-ba77-8de0f5d68505/?format=api"
        },
        {
            "id": "bfda91c3-741c-4619-b2b7-349f2cbb36c1",
            "gambit_id": "1eb2dd85-e824-4cde-b046-908ce4d61e8c",
            "last_updated": "2023-09-30T11:03:11.354133-04:00",
            "created_at": "2023-09-28T08:13:17.948241-04:00",
            "name": "MIA",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8dde2a2-59dd-4387-ba77-8de0f5d68505/?format=api"
        }
    ]
}