GET /api/bet_types/904d96ab-0752-4848-87a0-0e55c300e835/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "904d96ab-0752-4848-87a0-0e55c300e835",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc027bde-eb84-4785-9c26-279582000042/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T10:27:15.234133-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 Under 2.5",
                "amount": 5147.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4853.0
            }
        ],
        "expected_reward_tokens": 9316.07,
        "profit_sb": -183.93,
        "profit_sb_percentage": -1.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "206d6d83-014f-4cf3-addd-2cb4aa7676f9",
            "gambit_id": "1ae8b3d4-987b-4eba-bd55-96b217269847",
            "last_updated": "2023-02-19T16:07:14.782808-05:00",
            "created_at": "2023-02-17T10:27:15.235444-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904d96ab-0752-4848-87a0-0e55c300e835/?format=api"
        },
        {
            "id": "a2c136a0-4a0f-46fa-8b57-ef0713d73370",
            "gambit_id": "8a0c9e3b-92bc-4867-b8e3-fc5ef3f0bff5",
            "last_updated": "2023-02-19T16:07:14.783985-05:00",
            "created_at": "2023-02-17T10:27:15.236773-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.92000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904d96ab-0752-4848-87a0-0e55c300e835/?format=api"
        }
    ]
}