GET /api/bet_types/15844b01-70aa-45a7-8280-dc1fcde4a1e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15844b01-70aa-45a7-8280-dc1fcde4a1e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8669f1f-eeab-4cca-a274-25f52c681ab5/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "04042b9a-93f0-48f8-9dcf-596e1273da72",
            "gambit_id": "e17ceb73-3906-4834-89b7-b34c0815866c",
            "last_updated": "2022-12-22T10:07:24.001746-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15844b01-70aa-45a7-8280-dc1fcde4a1e4/?format=api"
        },
        {
            "id": "f176e3c8-2300-4a0c-a7d3-7675247016db",
            "gambit_id": "8fa8353b-ff4c-4e6b-a87c-301a501d37c0",
            "last_updated": "2022-12-22T10:07:24.003218-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15844b01-70aa-45a7-8280-dc1fcde4a1e4/?format=api"
        }
    ]
}