GET /api/bet_types/5062f751-f4c6-4d22-b410-98b1c8752583/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5062f751-f4c6-4d22-b410-98b1c8752583",
    "match": "https://api-prod.gambitprofit.com/api/matches/98e11798-4a4f-47e9-af0a-7524c2672c62/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:09.337449-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": "OAK",
                "amount": 5599.0
            },
            {
                "team": "LAA",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "7625d208-15bf-4b18-b689-c2d9a78512c0",
            "gambit_id": "2b216d58-0763-4246-b3fd-cd677ad09e15",
            "last_updated": "2023-04-26T20:27:13.548490-04:00",
            "created_at": "2023-04-25T11:42:09.341999-04:00",
            "name": "OAK",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5062f751-f4c6-4d22-b410-98b1c8752583/?format=api"
        },
        {
            "id": "1b37e924-76f2-4e98-80d7-2be14f290da3",
            "gambit_id": "c969497a-e395-446f-a2e0-94e711d10056",
            "last_updated": "2023-04-26T20:27:13.547088-04:00",
            "created_at": "2023-04-25T11:42:09.339714-04:00",
            "name": "LAA",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5062f751-f4c6-4d22-b410-98b1c8752583/?format=api"
        }
    ]
}