GET /api/bet_types/3eee1cbb-15ae-43c6-9bde-4e1e086e4802/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3eee1cbb-15ae-43c6-9bde-4e1e086e4802",
    "match": "https://api-prod.gambitprofit.com/api/matches/37d04124-be01-43a4-8f95-752e8baea0d7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T09:37:11.314793-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "64c3b527-6dab-4ad8-8a48-a22443d7c15f",
            "gambit_id": "9ad50de7-030a-4469-93d9-d6a92b5a08ce",
            "last_updated": "2023-03-15T10:07:10.805986-04:00",
            "created_at": "2023-03-14T09:37:11.317685-04:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eee1cbb-15ae-43c6-9bde-4e1e086e4802/?format=api"
        },
        {
            "id": "90532462-0d1a-43c0-9fed-f8c8d01c771e",
            "gambit_id": "8d3a9870-0520-4cdd-ba15-d8b131a51cbd",
            "last_updated": "2023-03-15T10:07:10.804050-04:00",
            "created_at": "2023-03-14T09:37:11.316157-04:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eee1cbb-15ae-43c6-9bde-4e1e086e4802/?format=api"
        }
    ]
}