GET /api/bet_types/de662ef4-eebe-494b-93fb-63173e3517a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de662ef4-eebe-494b-93fb-63173e3517a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/de4d3218-8ef9-4672-817d-a32fac6a4958/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-07T08:48:14.772059-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 10.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba1ca474-8f4c-4d56-80c1-7118368041a0",
            "gambit_id": "be22a7e8-27db-423c-8de5-b1530a80e084",
            "last_updated": "2023-09-08T09:38:01.576664-04:00",
            "created_at": "2023-09-07T08:48:14.798514-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de662ef4-eebe-494b-93fb-63173e3517a8/?format=api"
        },
        {
            "id": "66e8f740-6574-45cd-80ad-07f84dd180a2",
            "gambit_id": "bb1d8c20-20d0-4341-ab99-273826029779",
            "last_updated": "2023-09-08T09:38:01.572138-04:00",
            "created_at": "2023-09-07T08:48:14.781293-04:00",
            "name": "Game Total Over 10.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de662ef4-eebe-494b-93fb-63173e3517a8/?format=api"
        }
    ]
}