GET /api/bet_types/680ce7fe-34bd-4355-a33d-2a1d182ee324/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "680ce7fe-34bd-4355-a33d-2a1d182ee324",
    "match": "https://api-prod.gambitprofit.com/api/matches/af25358f-d7e2-4a68-b816-6318d5269845/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T13:57:01.494935-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 Over 2.5",
                "amount": 5387.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 9318.26,
        "profit_sb": -181.74,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "7052cab1-93f2-429d-9133-69cad791df5e",
            "gambit_id": "4978787d-26eb-48a1-81f1-59c4ac9710e4",
            "last_updated": "2023-03-16T17:37:20.952783-04:00",
            "created_at": "2023-03-15T13:57:01.496232-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.73000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/680ce7fe-34bd-4355-a33d-2a1d182ee324/?format=api"
        },
        {
            "id": "5465d754-0c1a-4670-ab51-970b00108b5d",
            "gambit_id": "abbbcabd-32a5-4cef-84e6-bbfbb27e64b9",
            "last_updated": "2023-03-16T17:37:20.954614-04:00",
            "created_at": "2023-03-15T13:57:01.497617-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/680ce7fe-34bd-4355-a33d-2a1d182ee324/?format=api"
        }
    ]
}