GET /api/bet_types/2ed3720b-5c50-4606-bd05-2c06b1de0fb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ed3720b-5c50-4606-bd05-2c06b1de0fb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3226d1e-3adf-4195-a4c8-72ab63c1531b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:20.927887-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5084f4f7-6001-4ac0-9522-12cdbaba86d2",
            "gambit_id": "e21d621d-0577-46e2-b25e-6e246766e202",
            "last_updated": "2024-02-01T10:43:01.381024-05:00",
            "created_at": "2024-01-31T09:58:20.939848-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed3720b-5c50-4606-bd05-2c06b1de0fb3/?format=api"
        },
        {
            "id": "39cce26c-c747-4a06-9377-c65f34a9b4ec",
            "gambit_id": "fb097053-7720-4c0a-b61a-fa3e9b0b6d91",
            "last_updated": "2024-02-01T10:43:01.377003-05:00",
            "created_at": "2024-01-31T09:58:20.949725-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed3720b-5c50-4606-bd05-2c06b1de0fb3/?format=api"
        }
    ]
}