GET /api/bet_types/ae1ae555-0baa-42bc-a401-e0e8a2a8bd84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae1ae555-0baa-42bc-a401-e0e8a2a8bd84",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e17b284-5343-4774-af21-e2bccb7b6dda/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:48:14.830529-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "59b93330-e806-4723-994c-26bed649db8f",
            "gambit_id": "11fc5a6a-79be-44c6-a96d-320080e03b95",
            "last_updated": "2023-11-27T21:32:58.751247-05:00",
            "created_at": "2023-11-26T09:48:14.838763-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1ae555-0baa-42bc-a401-e0e8a2a8bd84/?format=api"
        },
        {
            "id": "ef14e070-82a2-4517-9bf3-fabbf94be9f6",
            "gambit_id": "494b2e06-875e-4a23-8951-b5ab62b3202a",
            "last_updated": "2023-11-27T21:32:58.747761-05:00",
            "created_at": "2023-11-26T09:48:14.834431-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1ae555-0baa-42bc-a401-e0e8a2a8bd84/?format=api"
        }
    ]
}