GET /api/bet_types/7ecc3b21-a84a-4133-a091-344b94a3be04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ecc3b21-a84a-4133-a091-344b94a3be04",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bf07c56-d94f-47c9-8289-79d9213fe384/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-26T13:37:02.173877-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "23920a31-db46-4b33-844b-30a79d035b6d",
            "gambit_id": "1bac498d-a1f3-46c1-ac61-3291d443ad5c",
            "last_updated": "2023-03-27T11:32:22.854122-04:00",
            "created_at": "2023-03-26T13:37:02.178622-04:00",
            "name": "Game Total Over 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ecc3b21-a84a-4133-a091-344b94a3be04/?format=api"
        },
        {
            "id": "37bc3f21-f811-4b93-be6d-907e9213585c",
            "gambit_id": "f7fe866b-ce94-4b13-9097-509a3e1e5ae9",
            "last_updated": "2023-03-27T11:32:22.851433-04:00",
            "created_at": "2023-03-26T13:37:02.175768-04:00",
            "name": "Game Total Under 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ecc3b21-a84a-4133-a091-344b94a3be04/?format=api"
        }
    ]
}