GET /api/bet_types/43f97161-5870-46f4-b5d2-2679aea99132/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43f97161-5870-46f4-b5d2-2679aea99132",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c38eef2-3463-4da6-bc69-dbd2ffe577c5/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T10:03:17.796492-05: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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "2742e2a8-9398-491f-bdf5-2f81e149b41b",
            "gambit_id": "68d51940-aa6d-4392-97d1-6d32bc905a7a",
            "last_updated": "2024-01-17T22:38:12.369688-05:00",
            "created_at": "2024-01-12T10:03:17.800231-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43f97161-5870-46f4-b5d2-2679aea99132/?format=api"
        },
        {
            "id": "7b6cd80e-8937-4302-a01d-b3dbe5536a02",
            "gambit_id": "d979db37-8608-40c3-8469-856e25133587",
            "last_updated": "2024-01-17T22:38:12.373445-05:00",
            "created_at": "2024-01-12T10:03:17.805648-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43f97161-5870-46f4-b5d2-2679aea99132/?format=api"
        }
    ]
}