GET /api/bet_types/ee29c367-328f-4350-b0b4-5b8093c0bee5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee29c367-328f-4350-b0b4-5b8093c0bee5",
    "match": "https://api-prod.gambitprofit.com/api/matches/64b2f828-811b-4585-8ff7-6fd71204b78a/?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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "929e8dd5-b0a4-46df-bc91-4eb32dab2f49",
            "gambit_id": "3cd81964-ce06-478a-967c-ac7d23c0bdf5",
            "last_updated": "2022-11-12T16:58:18.324692-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee29c367-328f-4350-b0b4-5b8093c0bee5/?format=api"
        },
        {
            "id": "fe7675ef-8e14-497a-8856-90b445ab62a4",
            "gambit_id": "3981ca89-903d-4752-a56e-ada29260a570",
            "last_updated": "2022-11-12T16:58:18.325655-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee29c367-328f-4350-b0b4-5b8093c0bee5/?format=api"
        }
    ]
}