GET /api/bet_types/884a7462-8583-4d34-b8ba-e488d0be4f6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "884a7462-8583-4d34-b8ba-e488d0be4f6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d27267af-955d-42b5-9365-4feebce0fe47/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-07T08:28:02.558653-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "688e4cb6-aa58-451a-9a32-e65ee589c570",
            "gambit_id": "49b9485a-0ad6-4538-b3a8-507837b8226f",
            "last_updated": "2023-08-09T10:43:18.118901-04:00",
            "created_at": "2023-08-07T08:28:02.581873-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/884a7462-8583-4d34-b8ba-e488d0be4f6b/?format=api"
        },
        {
            "id": "33f0652d-58eb-44cd-b090-9bc9285bb8d8",
            "gambit_id": "58565d50-c812-4a22-bdd7-136c76cc8e26",
            "last_updated": "2023-08-09T10:43:18.114693-04:00",
            "created_at": "2023-08-07T08:28:02.563594-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/884a7462-8583-4d34-b8ba-e488d0be4f6b/?format=api"
        }
    ]
}