GET /api/bet_types/f6741230-daa5-4d1e-8f2f-f29186422ddf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6741230-daa5-4d1e-8f2f-f29186422ddf",
    "match": "https://api-prod.gambitprofit.com/api/matches/704004b7-2b96-42cd-ba7e-48e645f82f36/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T09:43:06.300084-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f18763a-c285-4a32-888d-da6396737ded",
            "gambit_id": "b5993ef7-760a-4ac0-bce9-d8e025169af8",
            "last_updated": "2023-08-14T10:43:13.166937-04:00",
            "created_at": "2023-08-12T09:43:06.305228-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6741230-daa5-4d1e-8f2f-f29186422ddf/?format=api"
        },
        {
            "id": "91bb9212-feec-486d-a053-9be0e69cfc03",
            "gambit_id": "1a01534c-81f6-49ca-a78b-1d7c238df817",
            "last_updated": "2023-08-14T10:43:13.170733-04:00",
            "created_at": "2023-08-12T09:43:06.311521-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6741230-daa5-4d1e-8f2f-f29186422ddf/?format=api"
        }
    ]
}