GET /api/bet_types/7f7ce4d1-5a6f-454a-a1fa-a3618ce0882f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f7ce4d1-5a6f-454a-a1fa-a3618ce0882f",
    "match": "https://api-prod.gambitprofit.com/api/matches/63b3476b-d1ec-4be1-9c4c-48f8d6c19ba6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:17.977810-05: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 Under 241.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 241.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7cd2ceb-279d-49bc-8680-db1a6600eb17",
            "gambit_id": "61f8be80-9480-4bb2-8c39-d3de67e762d3",
            "last_updated": "2023-11-23T16:28:10.042041-05:00",
            "created_at": "2023-11-22T09:08:17.985038-05:00",
            "name": "Game Total Under 241.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f7ce4d1-5a6f-454a-a1fa-a3618ce0882f/?format=api"
        },
        {
            "id": "60509399-9ab1-46b5-b9a2-b66d3c1442d7",
            "gambit_id": "fd858207-43b1-49d3-8b78-998fef82d93a",
            "last_updated": "2023-11-23T16:28:10.038862-05:00",
            "created_at": "2023-11-22T09:08:17.981214-05:00",
            "name": "Game Total Over 241.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f7ce4d1-5a6f-454a-a1fa-a3618ce0882f/?format=api"
        }
    ]
}