GET /api/bet_types/1342d7e2-99f2-40b3-bcb2-b03bd2487cd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1342d7e2-99f2-40b3-bcb2-b03bd2487cd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/75245f4b-5abb-4ed9-a92c-70601a6eb9ae/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7448f335-2183-49a9-8544-5586a3c501cb",
            "gambit_id": "ba7533ce-e72b-41ff-a616-1a9d514258da",
            "last_updated": "2022-11-06T08:08:31.718756-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1342d7e2-99f2-40b3-bcb2-b03bd2487cd9/?format=api"
        },
        {
            "id": "f9688e87-7dbb-48ac-b62b-d9d23893b0e4",
            "gambit_id": "8878aed1-df13-43b9-a1d0-c327bc65c239",
            "last_updated": "2022-11-06T08:08:31.717597-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1342d7e2-99f2-40b3-bcb2-b03bd2487cd9/?format=api"
        }
    ]
}