GET /api/bet_types/3fd44ff6-af03-42d2-aae2-3711377cbdce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fd44ff6-af03-42d2-aae2-3711377cbdce",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba7ca715-f0c8-41e9-b9d5-7941bd021192/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:55.711052-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "381d8961-1698-4cb0-b3b3-78c27bd2254f",
            "gambit_id": "974faf66-5f40-4a10-b072-0cf02fc6c39f",
            "last_updated": "2024-01-05T14:03:02.369011-05:00",
            "created_at": "2024-01-03T09:37:55.717017-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd44ff6-af03-42d2-aae2-3711377cbdce/?format=api"
        },
        {
            "id": "8166a942-0cc6-4fc0-ac28-650e0149bfb0",
            "gambit_id": "8dd619be-c5c7-41df-9bba-5fa21edc9354",
            "last_updated": "2024-01-05T14:03:02.372611-05:00",
            "created_at": "2024-01-03T09:37:55.721564-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd44ff6-af03-42d2-aae2-3711377cbdce/?format=api"
        }
    ]
}