GET /api/bet_types/ecd28e4b-e1e0-47c7-b92c-5279a1f22001/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecd28e4b-e1e0-47c7-b92c-5279a1f22001",
    "match": "https://api-prod.gambitprofit.com/api/matches/125dce91-51e0-4c95-b69a-d009034cb50c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:33:27.315722-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": "Game Total Over 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "98171366-e476-425f-96a4-45e34d68600d",
            "gambit_id": "3f58c28c-8a7e-4588-9b55-38d7eed76427",
            "last_updated": "2023-11-12T11:23:23.125769-05:00",
            "created_at": "2023-11-10T08:33:27.319503-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd28e4b-e1e0-47c7-b92c-5279a1f22001/?format=api"
        },
        {
            "id": "3eee6195-6400-400c-8b06-c8bc782611bc",
            "gambit_id": "d8065170-1469-413b-9c12-5a4416727318",
            "last_updated": "2023-11-12T11:23:23.129157-05:00",
            "created_at": "2023-11-10T08:33:27.324223-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd28e4b-e1e0-47c7-b92c-5279a1f22001/?format=api"
        }
    ]
}