GET /api/bet_types/92cba463-48ad-43ad-904e-a361f4c8f9f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92cba463-48ad-43ad-904e-a361f4c8f9f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fc5d3ce-1f9a-4708-8e23-a467bd2d390d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:56.379704-04: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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc272ea0-97a2-420c-9f02-77abd9ca1d84",
            "gambit_id": "cf555d21-8039-497c-a41c-d39bf63bcd09",
            "last_updated": "2023-04-09T11:47:16.010708-04:00",
            "created_at": "2023-04-08T09:01:56.381359-04:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92cba463-48ad-43ad-904e-a361f4c8f9f8/?format=api"
        },
        {
            "id": "69402120-858b-4642-bd1f-f221d95e918e",
            "gambit_id": "152254f6-614e-4741-9d00-8e1bd0590692",
            "last_updated": "2023-04-09T11:47:16.012714-04:00",
            "created_at": "2023-04-08T09:01:56.383261-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92cba463-48ad-43ad-904e-a361f4c8f9f8/?format=api"
        }
    ]
}