GET /api/bet_types/073e913e-067a-4c31-ba31-dc5d561ca4cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "073e913e-067a-4c31-ba31-dc5d561ca4cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/1330e74a-51b0-4a90-a632-10506c2e5c88/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-17T18:13:26.374212-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "74a2ec5f-02d5-4de5-b830-c1c2d59a5e1b",
            "gambit_id": "08b87faa-4c57-4ff6-bee7-89253e138c36",
            "last_updated": "2023-07-18T22:03:16.475409-04:00",
            "created_at": "2023-07-17T18:13:26.375689-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073e913e-067a-4c31-ba31-dc5d561ca4cd/?format=api"
        },
        {
            "id": "e77d9b31-d365-4190-a44a-362cc12e1c28",
            "gambit_id": "29b90726-ece5-41da-893f-103a8467779e",
            "last_updated": "2023-07-18T22:03:16.476860-04:00",
            "created_at": "2023-07-17T18:13:26.377202-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073e913e-067a-4c31-ba31-dc5d561ca4cd/?format=api"
        }
    ]
}