GET /api/bet_types/79e0b91b-ee60-46d7-ad1c-714e7ed7dd1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79e0b91b-ee60-46d7-ad1c-714e7ed7dd1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0bfeac9-74a9-4ac6-9ef2-3370e8d9cf2c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-12T09:48:14.251923-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cedea669-2462-49af-aef3-8f42d5ca2fd9",
            "gambit_id": "dff289a5-745f-4e4c-932c-cf4536ae981f",
            "last_updated": "2024-01-15T10:13:35.937108-05:00",
            "created_at": "2024-01-12T09:48:14.256008-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79e0b91b-ee60-46d7-ad1c-714e7ed7dd1e/?format=api"
        },
        {
            "id": "e8fe9564-c247-40f2-8fd9-1c3d8852a2ab",
            "gambit_id": "a2137f78-23c1-4a68-93e2-84fb13c102d1",
            "last_updated": "2024-01-15T10:13:35.942127-05:00",
            "created_at": "2024-01-12T09:48:14.261313-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79e0b91b-ee60-46d7-ad1c-714e7ed7dd1e/?format=api"
        }
    ]
}