GET /api/bet_types/6ec2abb3-13d6-4032-9be3-992344a1ab22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ec2abb3-13d6-4032-9be3-992344a1ab22",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ba11e51-ebcc-45f1-97f5-7e9fa6a62dd2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-31T09:23:01.968062-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "11b1e0be-86eb-42a0-8db6-6da4dea9a797",
            "gambit_id": "74bd629b-710b-4c53-8e24-4208c3e821cd",
            "last_updated": "2023-11-01T09:23:19.408678-04:00",
            "created_at": "2023-10-31T09:23:01.979209-04:00",
            "name": "Game Total Over 225.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ec2abb3-13d6-4032-9be3-992344a1ab22/?format=api"
        },
        {
            "id": "db9d1ced-202e-4fb4-a8a4-a5230ce61415",
            "gambit_id": "7c7331f9-c4f0-483f-a127-433c1508ed3a",
            "last_updated": "2023-11-01T09:23:19.412347-04:00",
            "created_at": "2023-10-31T09:23:01.985828-04:00",
            "name": "Game Total Under 225.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ec2abb3-13d6-4032-9be3-992344a1ab22/?format=api"
        }
    ]
}