GET /api/bet_types/ff353c07-7a40-47d9-a9cf-09c0679e2c64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff353c07-7a40-47d9-a9cf-09c0679e2c64",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fc252b2-7e06-4529-824f-00a1193b60dc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:08.878888-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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cc8b091-d01f-46df-9a73-e04c2ff39f47",
            "gambit_id": "8072080e-3334-4d43-8541-6b576f07125e",
            "last_updated": "2023-11-20T19:42:59.941681-05:00",
            "created_at": "2023-11-16T09:28:08.884611-05:00",
            "name": "Game Total Over 44",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff353c07-7a40-47d9-a9cf-09c0679e2c64/?format=api"
        },
        {
            "id": "5da3b267-fcc1-4908-93bf-4850319a1289",
            "gambit_id": "240d95bf-506d-4489-8d58-35d2663e820c",
            "last_updated": "2023-11-20T19:42:59.948410-05:00",
            "created_at": "2023-11-16T09:28:08.889003-05:00",
            "name": "Game Total Under 44",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff353c07-7a40-47d9-a9cf-09c0679e2c64/?format=api"
        }
    ]
}