GET /api/bet_types/b0b8882d-48e2-49f8-b053-fc364621dba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0b8882d-48e2-49f8-b053-fc364621dba2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7db9747-5d07-4ac0-b164-8c9b8c1b9f01/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:13.434686-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": "bc1f1927-1ac4-4426-b558-4dcbf6cabcc3",
            "gambit_id": "1aadf5bc-cbfe-4501-9306-5a6580b431c8",
            "last_updated": "2023-04-15T15:42:04.288612-04:00",
            "created_at": "2023-04-14T12:02:13.436438-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/b0b8882d-48e2-49f8-b053-fc364621dba2/?format=api"
        },
        {
            "id": "9d64fb27-6f8d-4b1c-879a-3708dec4db34",
            "gambit_id": "3c6c3224-abf0-4a5c-8b73-4778333e59d2",
            "last_updated": "2023-04-15T15:42:04.290719-04:00",
            "created_at": "2023-04-14T12:02:13.438435-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/b0b8882d-48e2-49f8-b053-fc364621dba2/?format=api"
        }
    ]
}