GET /api/bet_types/c2ef80e1-2db9-4d52-9a16-409ccfb75137/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2ef80e1-2db9-4d52-9a16-409ccfb75137",
    "match": "https://api-prod.gambitprofit.com/api/matches/08461ec0-d0a4-4233-a635-67e06b084131/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T05:58:11.010967-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": 5317.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a9e17ad-28c4-4564-b29a-3948cd310c41",
            "gambit_id": "9f86a387-1eba-4202-a93d-677a3935f7ef",
            "last_updated": "2023-06-15T23:18:31.154303-04:00",
            "created_at": "2023-06-14T05:58:11.016928-04:00",
            "name": "Game Total Over 8",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ef80e1-2db9-4d52-9a16-409ccfb75137/?format=api"
        },
        {
            "id": "596491c6-e194-4645-90c2-b70f56bbaa59",
            "gambit_id": "aadbfe7f-e578-4474-a599-dc180fca146b",
            "last_updated": "2023-06-15T23:18:31.153023-04:00",
            "created_at": "2023-06-14T05:58:11.013949-04:00",
            "name": "Game Total Under 8",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ef80e1-2db9-4d52-9a16-409ccfb75137/?format=api"
        }
    ]
}