GET /api/bet_types/e3c6f323-ecd9-46c9-909f-11c76dede2b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3c6f323-ecd9-46c9-909f-11c76dede2b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fc7e0e7-db75-4122-9a09-6ac25322cd61/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T10:06:48.804881-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d28053cc-7c8c-4860-b99a-fc17b530ceb7",
            "gambit_id": "d455f48f-765f-4ba6-a7ce-337c6d95d627",
            "last_updated": "2023-01-12T11:06:59.055642-05:00",
            "created_at": "2023-01-11T10:06:48.805990-05:00",
            "name": "Denver Nuggets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3c6f323-ecd9-46c9-909f-11c76dede2b2/?format=api"
        },
        {
            "id": "3c3df9ef-81eb-42f4-9776-d8906047ab3f",
            "gambit_id": "ed9cfdd0-3d26-4b22-a684-eb2da57be6e2",
            "last_updated": "2023-01-12T11:06:59.056731-05:00",
            "created_at": "2023-01-11T10:06:48.807116-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3c6f323-ecd9-46c9-909f-11c76dede2b2/?format=api"
        }
    ]
}