GET /api/bet_types/66055104-d91a-4aba-9650-c78e3fb67c49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66055104-d91a-4aba-9650-c78e3fb67c49",
    "match": "https://api-prod.gambitprofit.com/api/matches/7af35f96-ef62-4904-9866-04df58842455/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-12T09:23:03.789566-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a937f7b9-7868-4fbf-884a-b02040ccbba4",
            "gambit_id": "4cb81d26-9742-40a1-90d1-31b0a505cdff",
            "last_updated": "2023-09-13T19:13:21.468810-04:00",
            "created_at": "2023-09-12T09:23:03.797497-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66055104-d91a-4aba-9650-c78e3fb67c49/?format=api"
        },
        {
            "id": "b711d30c-2c6e-45ce-9ee7-51dffe29cae9",
            "gambit_id": "223d6a90-14dc-4e6c-8a7b-7d9052fab565",
            "last_updated": "2023-09-13T19:13:21.465523-04:00",
            "created_at": "2023-09-12T09:23:03.793602-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66055104-d91a-4aba-9650-c78e3fb67c49/?format=api"
        }
    ]
}