GET /api/bet_types/68abf337-b2aa-4808-9c13-eb17abd91a3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68abf337-b2aa-4808-9c13-eb17abd91a3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/062e4341-edc1-4979-940b-b9b71aa1197a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T09:43:12.182243-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 5.5",
                "amount": 5599.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e10af31-9670-4574-9a39-b545d2589d48",
            "gambit_id": "bfbe3aa9-0cc0-44cc-a507-68c5d9be56a7",
            "last_updated": "2023-06-11T10:58:23.052517-04:00",
            "created_at": "2023-06-10T09:43:12.184737-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68abf337-b2aa-4808-9c13-eb17abd91a3c/?format=api"
        },
        {
            "id": "668f928e-d7b2-40f1-8230-58ea71b9590c",
            "gambit_id": "9a0a8577-eb93-40e9-b114-345419453083",
            "last_updated": "2023-06-11T10:58:23.054274-04:00",
            "created_at": "2023-06-10T09:43:12.187738-04:00",
            "name": "Game Total Under 5.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68abf337-b2aa-4808-9c13-eb17abd91a3c/?format=api"
        }
    ]
}