GET /api/bet_types/7eb83675-cb5d-4c83-a4d2-bc46227e11d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7eb83675-cb5d-4c83-a4d2-bc46227e11d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecf7977d-8c1f-41a3-953a-e3c373fcc65e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d60d398-a9b4-4f9c-8495-aa4ce4b79d95",
            "gambit_id": "57ab599f-237d-4869-8caf-7f4504f8be5f",
            "last_updated": "2022-09-16T10:07:03.998008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eb83675-cb5d-4c83-a4d2-bc46227e11d0/?format=api"
        },
        {
            "id": "3066e473-7f7d-4fdd-99e4-7d919bd81d9c",
            "gambit_id": "7dcc6983-251c-4b85-9bc9-98fe8f2bdf63",
            "last_updated": "2022-09-16T10:07:03.999099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eb83675-cb5d-4c83-a4d2-bc46227e11d0/?format=api"
        }
    ]
}