GET /api/bet_types/f5ad3008-08a9-47e9-b3aa-c32c8560bc64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5ad3008-08a9-47e9-b3aa-c32c8560bc64",
    "match": "https://api-prod.gambitprofit.com/api/matches/77f39e58-5133-4bc2-af6e-0c86efdda5a3/?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 77.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 77.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "432440e4-a14f-4524-98b0-027040b514a1",
            "gambit_id": "4f812555-b290-4561-aa2f-c23084aed77c",
            "last_updated": "2022-11-14T09:29:07.905593-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 77.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "77.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ad3008-08a9-47e9-b3aa-c32c8560bc64/?format=api"
        },
        {
            "id": "98061f45-0a9e-48e8-82d0-ce9874967429",
            "gambit_id": "82ecb78a-1f68-4a80-95c1-0a8922978b9e",
            "last_updated": "2022-11-14T09:29:07.904408-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 77.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "77.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ad3008-08a9-47e9-b3aa-c32c8560bc64/?format=api"
        }
    ]
}