GET /api/bet_types/74ef1007-0778-49c8-ba54-0b0e66c2ef9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74ef1007-0778-49c8-ba54-0b0e66c2ef9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3dba222c-48f5-4abe-88e7-4824f9bb3b2e/?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": 5097.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "3281cc2f-9a9a-48d0-bae0-68dceb3a6603",
            "gambit_id": "1c214610-1047-4567-ad66-b8d2e5e886e3",
            "last_updated": "2022-11-09T09:42:59.752267-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74ef1007-0778-49c8-ba54-0b0e66c2ef9a/?format=api"
        },
        {
            "id": "7c52bb01-3eda-430b-9e39-872a556ee422",
            "gambit_id": "fc2b6f8a-4e33-42e6-8101-62c406e79d5e",
            "last_updated": "2022-11-09T09:42:59.753440-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74ef1007-0778-49c8-ba54-0b0e66c2ef9a/?format=api"
        }
    ]
}