GET /api/bet_types/149a8893-b589-41bb-b11f-1b06f2f018bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "149a8893-b589-41bb-b11f-1b06f2f018bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/797ea9af-5cce-4a6e-9237-685584ced54c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:10.077210-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 212.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 212.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f4bb1b0-a294-4d46-9e14-539d8975936d",
            "gambit_id": "b19bc717-b979-4701-bc0c-572f5b97ad38",
            "last_updated": "2024-02-07T01:53:00.180486-05:00",
            "created_at": "2024-02-06T09:08:10.081546-05:00",
            "name": "Game Total Over 212.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "212.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/149a8893-b589-41bb-b11f-1b06f2f018bb/?format=api"
        },
        {
            "id": "dfc1d79f-aff6-4262-a0b3-468b458c114e",
            "gambit_id": "b316e4fd-a092-40a5-b62f-3a353587883c",
            "last_updated": "2024-02-07T01:53:00.183658-05:00",
            "created_at": "2024-02-06T09:08:10.085739-05:00",
            "name": "Game Total Under 212.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "212.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/149a8893-b589-41bb-b11f-1b06f2f018bb/?format=api"
        }
    ]
}