GET /api/bet_types/15c035a3-d01f-42ac-b25f-dc6a9b84103b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15c035a3-d01f-42ac-b25f-dc6a9b84103b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1573c23-74ba-4faf-a553-4dc490766fdb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:04.514017-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": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "864039cb-cf8c-456b-b2a1-3ba97412ec1f",
            "gambit_id": "db485e00-1d3e-47a8-94e9-73a0f7d922c8",
            "last_updated": "2023-11-10T11:33:04.684388-05:00",
            "created_at": "2023-11-08T08:23:04.521258-05:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c035a3-d01f-42ac-b25f-dc6a9b84103b/?format=api"
        },
        {
            "id": "4cd5eb43-9a69-40b7-90b1-93ab228b23ec",
            "gambit_id": "03a65b80-b883-4311-89b2-da23e28440cf",
            "last_updated": "2023-11-10T11:33:04.688051-05:00",
            "created_at": "2023-11-08T08:23:04.529631-05:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c035a3-d01f-42ac-b25f-dc6a9b84103b/?format=api"
        }
    ]
}