GET /api/bet_types/e961d0a8-e34a-4387-abcf-4f3dd5781791/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e961d0a8-e34a-4387-abcf-4f3dd5781791",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a2367ff-9294-41c6-bf5a-dfe340d395f5/?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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "258f7c1d-4b01-48f6-9daa-809acc0b64ae",
            "gambit_id": "b0c5d33f-bb41-48c6-ae90-5e90204bb645",
            "last_updated": "2022-10-31T12:22:13.726408-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e961d0a8-e34a-4387-abcf-4f3dd5781791/?format=api"
        },
        {
            "id": "e511ffe6-c6cd-4bca-aee4-48d4aa154571",
            "gambit_id": "02bf6cfe-9752-4d1e-aca5-0291062ebb0c",
            "last_updated": "2022-10-31T12:22:13.725281-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e961d0a8-e34a-4387-abcf-4f3dd5781791/?format=api"
        }
    ]
}