GET /api/bet_types/649590a4-2ff3-4298-b231-c2ba57dbe6fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "649590a4-2ff3-4298-b231-c2ba57dbe6fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a73ec857-92aa-4f1b-9e0d-99e9ab21fbdf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-16T10:23:21.963358-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 Under 12",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad26d3bb-f1b2-4f5f-af48-0a37c3ff68e8",
            "gambit_id": "7d02bac1-24ad-4743-9923-c7959269efa1",
            "last_updated": "2023-08-17T13:38:14.083485-04:00",
            "created_at": "2023-08-16T10:23:21.967451-04:00",
            "name": "Game Total Under 12",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/649590a4-2ff3-4298-b231-c2ba57dbe6fc/?format=api"
        },
        {
            "id": "7ecc360b-97fd-41d6-bb38-eb046ab73924",
            "gambit_id": "43cffaa9-4e99-46f6-84c9-78ee2b3e2f28",
            "last_updated": "2023-08-17T13:38:14.086950-04:00",
            "created_at": "2023-08-16T10:23:21.974682-04:00",
            "name": "Game Total Over 12",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/649590a4-2ff3-4298-b231-c2ba57dbe6fc/?format=api"
        }
    ]
}