GET /api/bet_types/3a1f327b-a8c5-4e5a-8546-5d2b181f4f8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a1f327b-a8c5-4e5a-8546-5d2b181f4f8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/440b5061-8245-4793-835c-6dba41fec196/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-20T11:42:13.775404-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 209.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 209.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef929867-86ee-4c6a-b06b-b5a4cad1f3cf",
            "gambit_id": "48b0c76e-5d12-42f3-8fcd-49062b7768a3",
            "last_updated": "2023-04-21T22:07:10.171784-04:00",
            "created_at": "2023-04-20T11:42:13.777746-04:00",
            "name": "Game Total Under 209.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "209.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a1f327b-a8c5-4e5a-8546-5d2b181f4f8c/?format=api"
        },
        {
            "id": "e1260d83-ffca-483c-af7f-2e91a9331220",
            "gambit_id": "d3c99f6a-31eb-41b2-8a83-d1ca21a2271a",
            "last_updated": "2023-04-21T22:07:10.174792-04:00",
            "created_at": "2023-04-20T11:42:13.780486-04:00",
            "name": "Game Total Over 209.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "209.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a1f327b-a8c5-4e5a-8546-5d2b181f4f8c/?format=api"
        }
    ]
}