GET /api/bet_types/722139d0-5c69-4c43-b484-3b270d3868b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "722139d0-5c69-4c43-b484-3b270d3868b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/aefa28e4-facd-4bcd-b4fd-d0e7db2f4c73/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:55.889073-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 6",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba4594c6-15a8-4abd-9aae-9fd5c762f9b2",
            "gambit_id": "5791ee5a-9c15-407c-b5f9-2c5ad5f512ea",
            "last_updated": "2022-12-25T18:02:04.442056-05:00",
            "created_at": "2022-12-23T09:06:55.891453-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/722139d0-5c69-4c43-b484-3b270d3868b4/?format=api"
        },
        {
            "id": "82cc1bd2-e1fe-437f-9ebe-1a3c498dd84c",
            "gambit_id": "453f0137-2104-4d7e-ae52-4adcb77ccf16",
            "last_updated": "2022-12-25T18:02:04.440779-05:00",
            "created_at": "2022-12-23T09:06:55.890271-05:00",
            "name": "Game Total Under 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/722139d0-5c69-4c43-b484-3b270d3868b4/?format=api"
        }
    ]
}