GET /api/bet_types/9827dcd9-0541-4b04-a996-a1482a28dfcc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9827dcd9-0541-4b04-a996-a1482a28dfcc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b80b1e86-3296-4651-a795-cedf16167597/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:11:58.969324-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 2.5",
                "amount": 5162.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4838.0
            }
        ],
        "expected_reward_tokens": 9239.98,
        "profit_sb": -260.02,
        "profit_sb_percentage": -2.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "26407821-1650-49bd-877e-718ba4fa4572",
            "gambit_id": "93b1d176-a5af-4c32-9ae0-137e376dc6e9",
            "last_updated": "2023-04-19T20:52:00.227066-04:00",
            "created_at": "2023-04-18T12:11:58.971510-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9827dcd9-0541-4b04-a996-a1482a28dfcc/?format=api"
        },
        {
            "id": "e3fa5c19-f96a-424c-ad33-533ca26695b5",
            "gambit_id": "818626b7-c7b1-431e-8a34-c5621d46b29e",
            "last_updated": "2023-04-19T20:52:00.229817-04:00",
            "created_at": "2023-04-18T12:11:58.973632-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9827dcd9-0541-4b04-a996-a1482a28dfcc/?format=api"
        }
    ]
}