GET /api/bet_types/e385552a-42ee-4f38-9c03-9b757eefbfd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e385552a-42ee-4f38-9c03-9b757eefbfd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf570bb0-6ce2-4e89-90bb-b258429094bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:57.790930-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f782c00-de04-451c-894b-125ea7939552",
            "gambit_id": "825c6f22-e71c-4129-85e2-3df62b94266c",
            "last_updated": "2024-01-08T14:43:14.903912-05:00",
            "created_at": "2024-01-05T09:32:57.794988-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e385552a-42ee-4f38-9c03-9b757eefbfd0/?format=api"
        },
        {
            "id": "cd936d33-be8f-4a99-a220-2346c277295d",
            "gambit_id": "2ee7f7f5-ac57-4eca-a4c8-35ac1304f4c9",
            "last_updated": "2024-01-08T14:43:14.907046-05:00",
            "created_at": "2024-01-05T09:32:57.800783-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e385552a-42ee-4f38-9c03-9b757eefbfd0/?format=api"
        }
    ]
}