GET /api/bet_types/7a3744ef-a86e-47f7-83eb-95d2926418f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a3744ef-a86e-47f7-83eb-95d2926418f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/311f0742-3914-40f8-88d7-7aad539fa2ab/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5cd607f4-e081-4c8a-af82-5dc4b2f64f4d",
            "gambit_id": "99a2ed5c-3987-485d-8701-7413a736969f",
            "last_updated": "2022-12-12T09:42:33.041998-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3744ef-a86e-47f7-83eb-95d2926418f1/?format=api"
        },
        {
            "id": "46c4dd68-8882-4940-bd00-3a642408965a",
            "gambit_id": "5b683d01-c2f5-4ee3-8594-adc25e38e4c6",
            "last_updated": "2022-12-12T09:42:33.040774-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3744ef-a86e-47f7-83eb-95d2926418f1/?format=api"
        }
    ]
}