GET /api/bet_types/af9baa2e-8800-4bc7-b088-b4d246589d1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af9baa2e-8800-4bc7-b088-b4d246589d1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab6df01-ec94-4fa7-8fe1-cc5b75f416b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T08:38:24.113464-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 Over 8",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c0e7fdf-d58c-4796-a47e-3f2c94be28f2",
            "gambit_id": "a9001f1b-2718-4dc5-8e45-c9586befb804",
            "last_updated": "2023-07-10T10:03:09.507735-04:00",
            "created_at": "2023-07-08T08:38:24.117210-04:00",
            "name": "Game Total Over 8",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af9baa2e-8800-4bc7-b088-b4d246589d1f/?format=api"
        },
        {
            "id": "bdd9a805-d46c-4353-a857-48638b2a73bf",
            "gambit_id": "d1444c16-d038-4b7f-8546-0470bada7a35",
            "last_updated": "2023-07-10T10:03:09.510288-04:00",
            "created_at": "2023-07-08T08:38:24.120258-04:00",
            "name": "Game Total Under 8",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af9baa2e-8800-4bc7-b088-b4d246589d1f/?format=api"
        }
    ]
}