GET /api/bet_types/6e0db1b5-40e2-4c56-b009-ffe471940bc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e0db1b5-40e2-4c56-b009-ffe471940bc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dfbcdc4-1bcb-4d0f-a654-b99a19e626ad/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-11T09:38:02.405342-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bc04bf0-7fb0-468d-abf1-b6e5fa41684d",
            "gambit_id": "7581e23e-1556-4b8c-a486-8dc432a86da5",
            "last_updated": "2023-12-12T21:48:26.792742-05:00",
            "created_at": "2023-12-11T09:38:02.416620-05:00",
            "name": "Game Total Under 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0db1b5-40e2-4c56-b009-ffe471940bc9/?format=api"
        },
        {
            "id": "e0615978-baf0-4851-a863-bdd4a974486b",
            "gambit_id": "584e8ddd-8878-4da9-a9bd-3c679cf0726a",
            "last_updated": "2023-12-12T21:48:26.789437-05:00",
            "created_at": "2023-12-11T09:38:02.421374-05:00",
            "name": "Game Total Over 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0db1b5-40e2-4c56-b009-ffe471940bc9/?format=api"
        }
    ]
}