GET /api/bet_types/a83f0279-2288-43d8-96bd-ebe94ae60eec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a83f0279-2288-43d8-96bd-ebe94ae60eec",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbed57ab-8cc3-49d4-85b0-11db275c224a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-02T09:37:06.333185-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b58a82d-0660-4e20-af85-c334de7150fa",
            "gambit_id": "dd23d94c-46e9-44a7-b6ee-1f3a66088723",
            "last_updated": "2023-02-03T10:11:51.090471-05:00",
            "created_at": "2023-02-02T09:37:06.335939-05:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a83f0279-2288-43d8-96bd-ebe94ae60eec/?format=api"
        },
        {
            "id": "4e5a0b91-b85c-452d-9709-f868d164ce73",
            "gambit_id": "134b51fe-6a14-40e3-9715-7a32fda705d9",
            "last_updated": "2023-02-03T10:11:51.089136-05:00",
            "created_at": "2023-02-02T09:37:06.334578-05:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a83f0279-2288-43d8-96bd-ebe94ae60eec/?format=api"
        }
    ]
}