GET /api/bet_types/a8494171-697b-42b6-beaf-bb26b2eb5292/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8494171-697b-42b6-beaf-bb26b2eb5292",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bfe1ba3-581e-457d-b54a-468c2f32380d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb9fe02e-cea3-410e-9b04-f2622eebbf74",
            "gambit_id": "8b8a024a-7105-493a-ae26-09e239bb85f2",
            "last_updated": "2022-11-19T10:38:36.558029-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8494171-697b-42b6-beaf-bb26b2eb5292/?format=api"
        },
        {
            "id": "c5d06e44-c01b-4854-beb4-42df3fea98af",
            "gambit_id": "f0330483-0544-425c-8753-d06dcad03b62",
            "last_updated": "2022-11-19T10:38:36.556980-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8494171-697b-42b6-beaf-bb26b2eb5292/?format=api"
        }
    ]
}