GET /api/bet_types/051002d4-5d48-46aa-b8a3-b088e9a91744/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "051002d4-5d48-46aa-b8a3-b088e9a91744",
    "match": "https://api-prod.gambitprofit.com/api/matches/701477b7-1e52-4c3b-adfe-0be46da9a493/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T16:47:17.921108-04: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 236",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "68426c4a-7852-454e-ab14-0d9f28cb4e31",
            "gambit_id": "772927eb-5265-47cb-b9f9-f89eda37f6ed",
            "last_updated": "2023-03-20T10:47:10.849615-04:00",
            "created_at": "2023-03-19T16:47:17.922365-04:00",
            "name": "Game Total Under 236",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/051002d4-5d48-46aa-b8a3-b088e9a91744/?format=api"
        },
        {
            "id": "433fad28-ed6f-44c8-a2d1-d1521735e50d",
            "gambit_id": "97d939a4-d087-480e-9afc-e91262a847be",
            "last_updated": "2023-03-20T10:47:10.846384-04:00",
            "created_at": "2023-03-19T16:47:17.923651-04:00",
            "name": "Game Total Over 236",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/051002d4-5d48-46aa-b8a3-b088e9a91744/?format=api"
        }
    ]
}