GET /api/bet_types/8b20abc6-94a0-4de8-bce6-c56f14d115b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b20abc6-94a0-4de8-bce6-c56f14d115b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/42e716c0-1ecf-465c-a87c-6c37fc08e839/?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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b880cbd-40d1-4ba7-917c-4017f737fd1e",
            "gambit_id": "b71020e1-db8e-4e95-bf04-dbb0eea2ee41",
            "last_updated": "2022-12-01T16:12:23.044807-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b20abc6-94a0-4de8-bce6-c56f14d115b9/?format=api"
        },
        {
            "id": "0b518cf2-8651-42f8-8961-3a642a6f99f1",
            "gambit_id": "4cd62b62-e087-4ce8-8dc6-5e50ec9340f9",
            "last_updated": "2022-12-01T16:12:23.041442-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b20abc6-94a0-4de8-bce6-c56f14d115b9/?format=api"
        }
    ]
}