GET /api/bet_types/6c907494-6d40-496f-be36-aba31e857ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c907494-6d40-496f-be36-aba31e857ab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/bdb15b2a-1c4f-4f9b-a24b-345955815b4b/?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 Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "36564f93-3890-4f40-8550-cae5bd5c02ed",
            "gambit_id": "f10f3071-4e4d-404a-90a0-6e635156b0e9",
            "last_updated": "2022-09-19T10:07:27.948785-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.78000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c907494-6d40-496f-be36-aba31e857ab6/?format=api"
        },
        {
            "id": "1a37da07-2421-48c7-b623-32beb7dad37f",
            "gambit_id": "d75e665c-50d9-4ebb-b8c4-75f5aa6d2317",
            "last_updated": "2022-09-19T10:07:27.949853-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.78000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c907494-6d40-496f-be36-aba31e857ab6/?format=api"
        }
    ]
}