GET /api/bet_types/217d8932-ffb7-48ac-bcc3-f850f2990d2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "217d8932-ffb7-48ac-bcc3-f850f2990d2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1f6e9bb-f82d-4f8d-bc21-8ada04d47c1d/?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 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea9c1606-344c-48c2-8a64-787f1fca6b8e",
            "gambit_id": "f83debb7-45e7-4d11-a697-6000a53ffc32",
            "last_updated": "2022-10-20T09:22:01.492465-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/217d8932-ffb7-48ac-bcc3-f850f2990d2e/?format=api"
        },
        {
            "id": "68a9afe9-b071-48c3-a8c2-eaa59962f88e",
            "gambit_id": "82c95968-832b-48a3-ac0b-50f4d44957d4",
            "last_updated": "2022-10-20T09:22:01.493639-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/217d8932-ffb7-48ac-bcc3-f850f2990d2e/?format=api"
        }
    ]
}