GET /api/bet_types/9edbd721-61c8-4a8f-8fb2-f1e65e4d3162/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9edbd721-61c8-4a8f-8fb2-f1e65e4d3162",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fe676ac-83fb-4701-b441-6de41548dcd4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T08:38:25.659535-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "43faa101-f56d-4999-be6f-2a9c4c717d08",
            "gambit_id": "ff7ce2a6-b6dd-4117-8e63-9b9e07c5b7c7",
            "last_updated": "2023-07-06T12:37:57.397500-04:00",
            "created_at": "2023-07-05T08:38:25.662283-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9edbd721-61c8-4a8f-8fb2-f1e65e4d3162/?format=api"
        },
        {
            "id": "6f854829-c5b9-435d-a7f7-15bbae1a60ff",
            "gambit_id": "da9095ce-17b3-4b93-ab96-8e514e0a5a84",
            "last_updated": "2023-07-06T12:37:57.395869-04:00",
            "created_at": "2023-07-05T08:38:25.660816-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9edbd721-61c8-4a8f-8fb2-f1e65e4d3162/?format=api"
        }
    ]
}