GET /api/bet_types/10c43890-7656-4a07-9b49-089675c03854/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10c43890-7656-4a07-9b49-089675c03854",
    "match": "https://api-prod.gambitprofit.com/api/matches/3588145b-df44-49ff-adc8-554413181bd4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T22:48:24.270338-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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "60d36560-bb3b-413a-9655-cbaa53437b87",
            "gambit_id": "d4e332a5-7a34-45fb-bd98-125051468166",
            "last_updated": "2023-09-11T11:13:24.961243-04:00",
            "created_at": "2023-09-06T22:48:24.274358-04:00",
            "name": "Game Total Over 43.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10c43890-7656-4a07-9b49-089675c03854/?format=api"
        },
        {
            "id": "beba43b2-0029-4d66-b822-586649b04434",
            "gambit_id": "c557cd8d-f50d-42c2-a1c8-520cf0e967c2",
            "last_updated": "2023-09-11T11:13:24.964560-04:00",
            "created_at": "2023-09-06T22:48:24.278470-04:00",
            "name": "Game Total Under 43.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10c43890-7656-4a07-9b49-089675c03854/?format=api"
        }
    ]
}