GET /api/bet_types/743362ef-3afa-44d0-8800-7423cf72fe18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "743362ef-3afa-44d0-8800-7423cf72fe18",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6afc503-6dc6-411c-a397-e3a96adbe868/?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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "651b70d2-df2a-4f67-b09c-1ca9d4b14b65",
            "gambit_id": "f724f32d-bd25-4bd1-8515-41ed37e44000",
            "last_updated": "2022-11-14T15:02:55.399474-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/743362ef-3afa-44d0-8800-7423cf72fe18/?format=api"
        },
        {
            "id": "32ae6ac0-8d94-4d19-982f-e798cf357a35",
            "gambit_id": "25c26a5c-7805-42e9-b473-fb9e6a94ba85",
            "last_updated": "2022-11-14T15:02:55.400427-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/743362ef-3afa-44d0-8800-7423cf72fe18/?format=api"
        }
    ]
}